##// END OF EJS Templates
imanay -
r117:118
parent child
Show More
@@ -15,11 +15,11
15 15 </extensions> No newline at end of file
16 16 </storageModule> No newline at end of file
17 17 <storageModule moduleId="cdtBuildSystem" version="4.0.0">
18 No newline at end of file
18 <configuration artifactName="Control_Module_v1_debug" buildArtefactType="org.eclipse.cdt.build.core.buildArtefactType.exe" buildProperties="org.eclipse.cdt.build.core.buildType=org.eclipse.cdt.build.core.buildType.release,org.eclipse.cdt.build.core.buildArtefactType=org.eclipse.cdt.build.core.buildArtefactType.exe" cleanCommand="rm -rf" description="" id="cdt.managedbuild.config.gnu.exe.release.1568263498" name="Release" parent="cdt.managedbuild.config.gnu.exe.release"> No newline at end of file
19 19 <folderInfo id="cdt.managedbuild.config.gnu.exe.release.1568263498." name="/" resourcePath=""> No newline at end of file
20 20 <toolChain id="cdt.managedbuild.toolchain.gnu.exe.release.785297601" name="Linux GCC" superClass="cdt.managedbuild.toolchain.gnu.exe.release"> No newline at end of file
21 21 <targetPlatform id="cdt.managedbuild.target.gnu.platform.exe.release.1008424557" name="Debug Platform" superClass="cdt.managedbuild.target.gnu.platform.exe.release"/>
22 No newline at end of file
22 <builder buildPath="${workspace_loc:/Control_Module/Release}" id="cdt.managedbuild.target.gnu.builder.exe.release.365458410" keepEnvironmentInBuildfile="false" managedBuildOn="true" name="Gnu Make Builder" superClass="cdt.managedbuild.target.gnu.builder.exe.release"/> No newline at end of file
23 23 <tool id="cdt.managedbuild.tool.gnu.archiver.base.1343949145" name="GCC Archiver" superClass="cdt.managedbuild.tool.gnu.archiver.base"/> No newline at end of file
24 24 <tool id="cdt.managedbuild.tool.gnu.cpp.compiler.exe.release.57926565" name="GCC C++ Compiler" superClass="cdt.managedbuild.tool.gnu.cpp.compiler.exe.release"> No newline at end of file
25 25 <option id="gnu.cpp.compiler.exe.release.option.optimization.level.35312113" name="Optimization Level" superClass="gnu.cpp.compiler.exe.release.option.optimization.level" value="gnu.cpp.compiler.optimization.level.most" valueType="enumerated"/> No newline at end of file
@@ -31,7 +31,7
31 31 </dictionary> No newline at end of file
32 32 <dictionary> No newline at end of file
33 33 <key>org.eclipse.cdt.make.core.buildLocation</key>
34 No newline at end of file
34 <value>${workspace_loc:/Control_Module/Release}</value> No newline at end of file
35 35 </dictionary> No newline at end of file
36 36 <dictionary> No newline at end of file
37 37 <key>org.eclipse.cdt.make.core.cleanBuildTarget</key> No newline at end of file
@@ -647,8 +647,14
647 647 No newline at end of file
648 648 No newline at end of file
649 649 //Se modifican las salidas correspondientes a la selecci�n del atenuador y calibraci�n, de acuerdo a los par�metros ingresados en la funci�n ABS_monitoreo. No newline at end of file
650 if ( sel_atenuador == 1) No newline at end of file
650 651 pio_out(pioc, mask_sel_atenuacion, sel_atenuador,1); No newline at end of file
652 else
No newline at end of file
653 pio_out(pioc, mask_sel_atenuacion, sel_atenuador,0);
No newline at end of file
654 if ( sel_calibracion == 1) No newline at end of file
651 655 pio_out(pioc, mask_sel_calibracion, sel_calibracion,1); No newline at end of file
656 else
No newline at end of file
657 pio_out(pioc, mask_sel_calibracion, sel_calibracion,0); No newline at end of file
652 658 No newline at end of file
653 659 No newline at end of file
654 660 strcpy (fname, "/mnt/sd/archivos/absmonitoreo.txt"); //Direcci�n y nombre del archivo donde se desea guardar los datos. No newline at end of file
General Comments 0
You need to be logged in to leave comments. Login now