##// END OF EJS Templates
First implementation of the TC checker...
First implementation of the TC checker The FSW check the TC for acceptance and emit the following TM packets => TM_LFR_TC_EXE_CORRUPTED => TM_LFR_TC_EXE_NOT_IMPLEMENTED

File last commit:

r2:a683a5ce5797 default
r2:a683a5ce5797 default
Show More
FSW-rtems.cbp
54 lines | 1.5 KiB | text/plain | TextLexer
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="FSW-rtems" />
<Option pch_mode="2" />
<Option compiler="sparc_rtems_gcc" />
<Build>
<Target title="Debug">
<Option output="bin/Debug/fsw" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/Debug/" />
<Option type="1" />
<Option compiler="sparc_rtems_gcc_compiler" />
<Compiler>
<Add option="-O3" />
<Add option="-g" />
<Add directory="../header" />
<Add directory="../src" />
</Compiler>
</Target>
<Target title="Release">
<Option output="bin/Release/FSW-rtems" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/Release/" />
<Option type="1" />
<Option compiler="sparc_rtems_gcc" />
<Compiler>
<Add option="-O2" />
</Compiler>
<Linker>
<Add option="-s" />
</Linker>
</Target>
</Build>
<Compiler>
<Add option="-Wall" />
</Compiler>
<Unit filename="../header/FSW-rtems-processing.h" />
<Unit filename="../header/TC_handler.h" />
<Unit filename="../header/ccsds_types.h" />
<Unit filename="../src/FSW-rtems-processing.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="../src/FSW-rtems.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="../src/TC_handler.c">
<Option compilerVar="CC" />
</Unit>
<Extensions>
<code_completion />
<debugger />
</Extensions>
</Project>
</CodeBlocks_project_file>