-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPorjecto de codigo.prj
354 lines (334 loc) · 18 KB
/
Porjecto de codigo.prj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
<?xml version="1.0" encoding="utf-8"?>
<deployment-project plugin="plugin.matlabcoder">
<configuration target="target.matlab.ecoder">
<param.MergeInstrumentationResults>false</param.MergeInstrumentationResults>
<param.BuiltInstrumentedMex>false</param.BuiltInstrumentedMex>
<param.RanInstrumentedMex>false</param.RanInstrumentedMex>
<param.mex.paths.working>option.paths.working.project</param.mex.paths.working>
<param.mex.paths.working.specified/>
<param.mex.paths.build>option.paths.build.project</param.mex.paths.build>
<param.mex.paths.build.specified/>
<param.mex.paths.search/>
<param.mex.general.ResponsivenessChecks>true</param.mex.general.ResponsivenessChecks>
<param.mex.general.ExtrinsicCalls>true</param.mex.general.ExtrinsicCalls>
<param.mex.general.IntegrityChecks>true</param.mex.general.IntegrityChecks>
<param.mex.general.SaturateOnIntegerOverflow>true</param.mex.general.SaturateOnIntegerOverflow>
<param.mex.general.GlobalDataSyncMethod>option.general.GlobalDataSyncMethod.SyncAlways</param.mex.general.GlobalDataSyncMethod>
<param.mex.general.EnableVariableSizing>true</param.mex.general.EnableVariableSizing>
<param.mex.general.DynamicMemoryAllocation>option.general.DynamicMemoryAllocation.Threshold</param.mex.general.DynamicMemoryAllocation>
<param.mex.general.DynamicMemoryAllocationThreshold>65536</param.mex.general.DynamicMemoryAllocationThreshold>
<param.mex.StackUsageMax>200000</param.mex.StackUsageMax>
<param.mex.general.FilePartitionMethod>option.general.FilePartitionMethod.MapMFileToCFile</param.mex.general.FilePartitionMethod>
<param.mex.comments.GenerateComments>true</param.mex.comments.GenerateComments>
<param.mex.comments.MATLABSourceComments>false</param.mex.comments.MATLABSourceComments>
<param.mex.ReservedNameArray/>
<param.mex.general.EnableDebugging>false</param.mex.general.EnableDebugging>
<param.mex.report.GenerateReport>true</param.mex.report.GenerateReport>
<param.mex.report.LaunchReport>false</param.mex.report.LaunchReport>
<param.mex.customcode.CustomSourceCode/>
<param.mex.customcode.CustomHeaderCode/>
<param.mex.customcode.CustomInitializer/>
<param.mex.customcode.CustomTerminator/>
<param.mex.customcode.CustomInclude/>
<param.mex.customcode.CustomSource/>
<param.mex.customcode.CustomLibrary/>
<param.mex.PostCodeGenCommand/>
<param.ProposeFixedPointDataTypes>true</param.ProposeFixedPointDataTypes>
<param.mex.GenCodeOnly>false</param.mex.GenCodeOnly>
<param.mex.ConstantFoldingTimeout>40000</param.mex.ConstantFoldingTimeout>
<param.mex.general.TargetLang>option.general.TargetLang.C</param.mex.general.TargetLang>
<param.mex.general.EchoExpressions>true</param.mex.general.EchoExpressions>
<param.mex.InlineThreshold>10</param.mex.InlineThreshold>
<param.mex.InlineThresholdMax>200</param.mex.InlineThresholdMax>
<param.mex.InlineStackLimit>4000</param.mex.InlineStackLimit>
<param.mex.EnableMemcpy>true</param.mex.EnableMemcpy>
<param.mex.MemcpyThreshold>64</param.mex.MemcpyThreshold>
<param.mex.general.EnableBLAS>true</param.mex.general.EnableBLAS>
<param.EnableOpenMP>true</param.EnableOpenMP>
<param.mex.InitFltsAndDblsToZero>true</param.mex.InitFltsAndDblsToZero>
<param.grt.GenCodeOnly>false</param.grt.GenCodeOnly>
<param.grt.paths.working>option.paths.working.project</param.grt.paths.working>
<param.grt.paths.working.specified/>
<param.grt.paths.build>option.paths.build.project</param.grt.paths.build>
<param.grt.paths.build.specified/>
<param.grt.paths.search/>
<param.grt.general.SaturateOnIntegerOverflow>true</param.grt.general.SaturateOnIntegerOverflow>
<param.ert.PurelyIntegerCode>false</param.ert.PurelyIntegerCode>
<param.ert.SupportNonFinite>true</param.ert.SupportNonFinite>
<param.grt.SupportNonFinite>true</param.grt.SupportNonFinite>
<param.grt.general.EnableVariableSizing>true</param.grt.general.EnableVariableSizing>
<param.grt.general.DynamicMemoryAllocation>option.general.DynamicMemoryAllocation.Threshold</param.grt.general.DynamicMemoryAllocation>
<param.grt.general.DynamicMemoryAllocationThreshold>65536</param.grt.general.DynamicMemoryAllocationThreshold>
<param.grt.StackUsageMax>200000</param.grt.StackUsageMax>
<param.ert.MultiInstanceCode>false</param.ert.MultiInstanceCode>
<param.grt.general.FilePartitionMethod>option.general.FilePartitionMethod.MapMFileToCFile</param.grt.general.FilePartitionMethod>
<param.grt.comments.GenerateComments>true</param.grt.comments.GenerateComments>
<param.grt.comments.MATLABSourceComments>false</param.grt.comments.MATLABSourceComments>
<param.ert.MATLABFcnDesc>false</param.ert.MATLABFcnDesc>
<param.ert.ConvertIfToSwitch>false</param.ert.ConvertIfToSwitch>
<param.ert.PreserveExternInFcnDecls>true</param.ert.PreserveExternInFcnDecls>
<param.ert.ParenthesesLevel>option.ParenthesesLevel.Nominal</param.ert.ParenthesesLevel>
<param.grt.MaxIdLength>31</param.grt.MaxIdLength>
<param.ert.CustomSymbolStrGlobalVar>$M$N</param.ert.CustomSymbolStrGlobalVar>
<param.ert.CustomSymbolStrType>$M$N</param.ert.CustomSymbolStrType>
<param.ert.CustomSymbolStrField>$M$N</param.ert.CustomSymbolStrField>
<param.ert.CustomSymbolStrFcn>$M$N</param.ert.CustomSymbolStrFcn>
<param.ert.CustomSymbolStrTmpVar>$M$N</param.ert.CustomSymbolStrTmpVar>
<param.ert.CustomSymbolStrMacro>$M$N</param.ert.CustomSymbolStrMacro>
<param.ert.CustomSymbolStrEMXArray>emxArray_$M$N</param.ert.CustomSymbolStrEMXArray>
<param.grt.ReservedNameArray/>
<param.grt.Verbose>false</param.grt.Verbose>
<param.grt.report.GenerateReport>true</param.grt.report.GenerateReport>
<param.grt.report.LaunchReport>false</param.grt.report.LaunchReport>
<param.grt.customcode.CustomSourceCode/>
<param.grt.customcode.CustomHeaderCode/>
<param.grt.customcode.CustomInitializer/>
<param.grt.customcode.CustomTerminator/>
<param.grt.customcode.CustomInclude/>
<param.grt.customcode.CustomSource/>
<param.grt.customcode.CustomLibrary/>
<param.grt.PostCodeGenCommand/>
<param.grt.TargetFunctionLibrary>C89/C90 (ANSI)</param.grt.TargetFunctionLibrary>
<param.ert.TargetFunctionLibrary>C89/C90 (ANSI)</param.ert.TargetFunctionLibrary>
<param.SameHardware>true</param.SameHardware>
<var.instance.enabled.Production>true</var.instance.enabled.Production>
<var.instance.enabled.Target>false</var.instance.enabled.Target>
<param.grt.ConstantFoldingTimeout>40000</param.grt.ConstantFoldingTimeout>
<param.ert.IncludeTerminateFcn>true</param.ert.IncludeTerminateFcn>
<param.grt.general.TargetLang>option.general.TargetLang.C</param.grt.general.TargetLang>
<param.grt.CCompilerOptimization>option.CCompilerOptimization.Off</param.grt.CCompilerOptimization>
<param.grt.CCompilerCustomOptimizations/>
<param.grt.general.GenerateMakefile>true</param.grt.general.GenerateMakefile>
<param.grt.buildtool.BuildToolEnable>false</param.grt.buildtool.BuildToolEnable>
<param.grt.general.MakeCommand>make_rtw</param.grt.general.MakeCommand>
<param.grt.general.TemplateMakefile>default_tmf</param.grt.general.TemplateMakefile>
<param.grt.buildtool.BuildToolConfiguration/>
<param.grt.InlineThreshold>10</param.grt.InlineThreshold>
<param.grt.InlineThresholdMax>200</param.grt.InlineThresholdMax>
<param.grt.InlineStackLimit>4000</param.grt.InlineStackLimit>
<param.grt.EnableMemcpy>true</param.grt.EnableMemcpy>
<param.grt.MemcpyThreshold>64</param.grt.MemcpyThreshold>
<param.grt.InitFltsAndDblsToZero>true</param.grt.InitFltsAndDblsToZero>
<param.UseECoderFeatures>true</param.UseECoderFeatures>
<param.outputfile>${PROJECT_ROOT}\codegen\dll\Porjecto de codigo.dll</param.outputfile>
<param.version>R2012a</param.version>
<param.HasECoderFeatures>true</param.HasECoderFeatures>
<param.mex.mainhtml/>
<param.grt.mainhtml/>
<param.RebuildBeforeTesting>true</param.RebuildBeforeTesting>
<param.CallGeneratedCodeFromTest>true</param.CallGeneratedCodeFromTest>
<param.DefaultTestFile/>
<param.AutoInferDefaultFile/>
<param.AutoInferUseVariableSize>false</param.AutoInferUseVariableSize>
<param.AutoInferUseUnboundedSize>false</param.AutoInferUseUnboundedSize>
<param.AutoInferVariableSizeThreshold>1024</param.AutoInferVariableSizeThreshold>
<param.AutoInferUnboundedSizeThreshold>2048</param.AutoInferUnboundedSizeThreshold>
<param.mex.outputfile>Porjecto de codigo_mex</param.mex.outputfile>
<param.grt.outputfile>Porjecto de codigo</param.grt.outputfile>
<param.artifact>option.target.artifact.dll</param.artifact>
<param.FixedPointTypeProposalMode>option.FixedPointTypeProposalMode.ProposeFractionLengths</param.FixedPointTypeProposalMode>
<param.DefaultProposedFixedPointType>numerictype([],16,12)</param.DefaultProposedFixedPointType>
<param.MinMaxSafetyMargin>0</param.MinMaxSafetyMargin>
<param.OptimizeWholeNumbers>false</param.OptimizeWholeNumbers>
<param.LaunchInstrumentationReport>false</param.LaunchInstrumentationReport>
<param.OpenInstrumentationReportInBrowser>false</param.OpenInstrumentationReportInBrowser>
<param.CreatePrintableInstrumentationReport>false</param.CreatePrintableInstrumentationReport>
<param.EnableAutoExtrinsicCalls>true</param.EnableAutoExtrinsicCalls>
<param.UsePreconditions>false</param.UsePreconditions>
<fileset.entrypoints/>
<fileset.testbench/>
<fileset.package/>
<build-deliverables>
<file name="Porjecto de codigo.dll" location="${PROJECT_ROOT}\codegen\dll" optional="false">C:\Users\Carlos\Documents\GitHub\Octodrone\codegen\dll\Porjecto de codigo.dll</file>
</build-deliverables>
<workflow/>
<matlab>
<root>C:\Program Files\MATLAB\R2012b</root>
</matlab>
<platform>
<unix>false</unix>
<mac>false</mac>
<windows>true</windows>
<win2k>false</win2k>
<winxp>false</winxp>
<vista>false</vista>
<linux>false</linux>
<solaris>false</solaris>
<osver>6.1</osver>
<os32>false</os32>
<os64>true</os64>
<arch>win64</arch>
<matlab>true</matlab>
</platform>
<param.hardware.implementation>
<HardwareImplementation>
<ProdEqTarget>true</ProdEqTarget>
<TargetVendorName>Generic</TargetVendorName>
<TargetTypeName>MATLAB Host Computer</TargetTypeName>
<TargetBitPerChar>8</TargetBitPerChar>
<TargetBitPerShort>16</TargetBitPerShort>
<TargetBitPerInt>32</TargetBitPerInt>
<TargetBitPerLong>32</TargetBitPerLong>
<TargetBitPerFloat>32</TargetBitPerFloat>
<TargetBitPerDouble>64</TargetBitPerDouble>
<TargetBitPerPointer>32</TargetBitPerPointer>
<TargetWordSize>32</TargetWordSize>
<TargetEndianess>1</TargetEndianess>
<TargetLargestAtomicInteger>0</TargetLargestAtomicInteger>
<TargetLargestAtomicFloat>0</TargetLargestAtomicFloat>
<TargetIntDivRoundTo>0</TargetIntDivRoundTo>
<TargetShiftRightIntArith>false</TargetShiftRightIntArith>
<ProdVendorName>Generic</ProdVendorName>
<ProdTypeName>MATLAB Host Computer</ProdTypeName>
<ProdBitPerChar>8</ProdBitPerChar>
<ProdBitPerShort>16</ProdBitPerShort>
<ProdBitPerInt>32</ProdBitPerInt>
<ProdBitPerLong>32</ProdBitPerLong>
<ProdBitPerFloat>32</ProdBitPerFloat>
<ProdBitPerDouble>64</ProdBitPerDouble>
<ProdBitPerPointer>32</ProdBitPerPointer>
<ProdWordSize>32</ProdWordSize>
<ProdEndianess>1</ProdEndianess>
<ProdLargestAtomicInteger>0</ProdLargestAtomicInteger>
<ProdLargestAtomicFloat>0</ProdLargestAtomicFloat>
<ProdIntDivRoundTo>0</ProdIntDivRoundTo>
<ProdShiftRightIntArith>false</ProdShiftRightIntArith>
</HardwareImplementation>
</param.hardware.implementation>
<unset>
<param.MergeInstrumentationResults/>
<param.BuiltInstrumentedMex/>
<param.RanInstrumentedMex/>
<param.mex.paths.working/>
<param.mex.paths.working.specified/>
<param.mex.paths.build/>
<param.mex.paths.build.specified/>
<param.mex.paths.search/>
<param.mex.general.ResponsivenessChecks/>
<param.mex.general.ExtrinsicCalls/>
<param.mex.general.IntegrityChecks/>
<param.mex.general.SaturateOnIntegerOverflow/>
<param.mex.general.GlobalDataSyncMethod/>
<param.mex.general.EnableVariableSizing/>
<param.mex.general.DynamicMemoryAllocation/>
<param.mex.general.DynamicMemoryAllocationThreshold/>
<param.mex.StackUsageMax/>
<param.mex.general.FilePartitionMethod/>
<param.mex.comments.GenerateComments/>
<param.mex.comments.MATLABSourceComments/>
<param.mex.ReservedNameArray/>
<param.mex.general.EnableDebugging/>
<param.mex.report.GenerateReport/>
<param.mex.report.LaunchReport/>
<param.mex.customcode.CustomSourceCode/>
<param.mex.customcode.CustomHeaderCode/>
<param.mex.customcode.CustomInitializer/>
<param.mex.customcode.CustomTerminator/>
<param.mex.customcode.CustomInclude/>
<param.mex.customcode.CustomSource/>
<param.mex.customcode.CustomLibrary/>
<param.mex.PostCodeGenCommand/>
<param.ProposeFixedPointDataTypes/>
<param.mex.GenCodeOnly/>
<param.mex.ConstantFoldingTimeout/>
<param.mex.general.TargetLang/>
<param.mex.general.EchoExpressions/>
<param.mex.InlineThreshold/>
<param.mex.InlineThresholdMax/>
<param.mex.InlineStackLimit/>
<param.mex.EnableMemcpy/>
<param.mex.MemcpyThreshold/>
<param.mex.general.EnableBLAS/>
<param.EnableOpenMP/>
<param.mex.InitFltsAndDblsToZero/>
<param.grt.GenCodeOnly/>
<param.grt.paths.working/>
<param.grt.paths.working.specified/>
<param.grt.paths.build/>
<param.grt.paths.build.specified/>
<param.grt.paths.search/>
<param.grt.general.SaturateOnIntegerOverflow/>
<param.ert.PurelyIntegerCode/>
<param.ert.SupportNonFinite/>
<param.grt.SupportNonFinite/>
<param.grt.general.EnableVariableSizing/>
<param.grt.general.DynamicMemoryAllocation/>
<param.grt.general.DynamicMemoryAllocationThreshold/>
<param.grt.StackUsageMax/>
<param.ert.MultiInstanceCode/>
<param.grt.general.FilePartitionMethod/>
<param.grt.comments.GenerateComments/>
<param.grt.comments.MATLABSourceComments/>
<param.ert.MATLABFcnDesc/>
<param.ert.ConvertIfToSwitch/>
<param.ert.PreserveExternInFcnDecls/>
<param.ert.ParenthesesLevel/>
<param.grt.MaxIdLength/>
<param.ert.CustomSymbolStrGlobalVar/>
<param.ert.CustomSymbolStrType/>
<param.ert.CustomSymbolStrField/>
<param.ert.CustomSymbolStrFcn/>
<param.ert.CustomSymbolStrTmpVar/>
<param.ert.CustomSymbolStrMacro/>
<param.ert.CustomSymbolStrEMXArray/>
<param.grt.ReservedNameArray/>
<param.grt.Verbose/>
<param.grt.report.GenerateReport/>
<param.grt.report.LaunchReport/>
<param.grt.customcode.CustomSourceCode/>
<param.grt.customcode.CustomHeaderCode/>
<param.grt.customcode.CustomInitializer/>
<param.grt.customcode.CustomTerminator/>
<param.grt.customcode.CustomInclude/>
<param.grt.customcode.CustomSource/>
<param.grt.customcode.CustomLibrary/>
<param.grt.PostCodeGenCommand/>
<param.grt.TargetFunctionLibrary/>
<param.ert.TargetFunctionLibrary/>
<param.SameHardware/>
<var.instance.enabled.Production/>
<var.instance.enabled.Target/>
<param.grt.ConstantFoldingTimeout/>
<param.ert.IncludeTerminateFcn/>
<param.grt.general.TargetLang/>
<param.grt.CCompilerOptimization/>
<param.grt.CCompilerCustomOptimizations/>
<param.grt.general.GenerateMakefile/>
<param.grt.buildtool.BuildToolEnable/>
<param.grt.general.MakeCommand/>
<param.grt.general.TemplateMakefile/>
<param.grt.buildtool.BuildToolConfiguration/>
<param.grt.InlineThreshold/>
<param.grt.InlineThresholdMax/>
<param.grt.InlineStackLimit/>
<param.grt.EnableMemcpy/>
<param.grt.MemcpyThreshold/>
<param.grt.InitFltsAndDblsToZero/>
<param.UseECoderFeatures/>
<param.outputfile/>
<param.version/>
<param.HasECoderFeatures/>
<param.mex.mainhtml/>
<param.grt.mainhtml/>
<param.RebuildBeforeTesting/>
<param.CallGeneratedCodeFromTest/>
<param.DefaultTestFile/>
<param.AutoInferDefaultFile/>
<param.AutoInferUseVariableSize/>
<param.AutoInferUseUnboundedSize/>
<param.AutoInferVariableSizeThreshold/>
<param.AutoInferUnboundedSizeThreshold/>
<param.mex.outputfile/>
<param.grt.outputfile/>
<param.FixedPointTypeProposalMode/>
<param.DefaultProposedFixedPointType/>
<param.MinMaxSafetyMargin/>
<param.OptimizeWholeNumbers/>
<param.LaunchInstrumentationReport/>
<param.OpenInstrumentationReportInBrowser/>
<param.CreatePrintableInstrumentationReport/>
<param.EnableAutoExtrinsicCalls/>
<param.UsePreconditions/>
</unset>
</configuration>
</deployment-project>