This repository contains a sample application (sample_app), which is a framework component of the Core Flight System.
This sample application is a non-flight example application implementation for the cFS Bundle. It is intended to be located in the apps/sample_app
subdirectory of a cFS Mission Tree. The Core Flight System is bundled at https://github.com/nasa/cFS (which includes sample_app as a submodule), which includes build and execution instructions.
sample_app is an example for how to build and link an application in cFS. See also the skeleton_app (https://github.com/nasa/skeleton_app) if you are looking for a bare-bones application to which to add your business logic.
- Move the table to fsw/tables and renames "sample_table" to "sample_app_table
- See nasa#76
- Test cases now compare an expected event string with a string derived from the spec string and arguments that were output by the unit under test.
- Replace references to
ccsds.h
types with thecfe_sb.h
-provided type. - See nasa#71
- Applies the CFE_SB_MsgIdToValue() and CFE_SB_ValueToMsgId() routines where compatibility with an integer MsgId is necessary - syslog prints, events, compile-time MID #define values.
- No more format conversion error in RTEMS build
- See nasa#63
- Coverage data from make lcov includes the sample_app code
- See nasa#62
- Fix bug where table is not released after being used
- Minor updates (see nasa#52)
- Minor updates (see nasa#49)
- Fix to build on RASPBIAN OS
- Minor updates (see nasa#47)
- Fix for a clean build with OMIT_DEPRECATED
- Minor updates (see nasa#44)
- Minor updates (see nasa#34)
- Minor updates (see nasa#20)
- Minor updates (see nasa#15)
- Minor updates (see nasa#11)
- Not backwards compatible with OSAL 4.2.1
- Released as part of cFE 6.7.0, Apache 2.0
- Released as part of cFE 6.6.0a, Apache 2.0
As a sample application, extensive testing is not performed prior to release and only minimal functionality is included. Note discrepancies likely exist between this application and the example detailed in the application developer guide.
For best results, submit issues:questions or issues:help wanted requests at https://github.com/nasa/cFS.
Official cFS page: http://cfs.gsfc.nasa.gov