CFS_IO_LIB
CFS_IO_LIB copied to clipboard
CFE_EVS_Register() is supposed to be used within the context of an application. Calling this function during the library's initialization function will have unpredictable results.
The new cFS version 6.8 turns on a lot more error checking for the build than prior versions of cFS used. Because of this, several issues int io_lib cause the...
When building for vxWorks the compiler errors with the following: [ 34%] Building C object apps/io_lib/CMakeFiles/io_lib.dir/fsw/src/services/trans_rs422.c.obj /home/tbrain/habulous/apps/io_lib/fsw/src/services/trans_rs422.c: In function 'IO_TransRS422Init': /home/tbrain/habulous/apps/io_lib/fsw/src/services/trans_rs422.c:109: error: 'SIO_HW_OPTS_SET' undeclared (first use in this function) /home/tbrain/habulous/apps/io_lib/fsw/src/services/trans_rs422.c:109:...
I have checked the CRC implementation of the TM with several other implementations and the one in TMTF_UpdateErrCtrlField seems to disagree with the others. If I read CCSDS 132.0-B-2 and...