- updating sch_lab to use new versioning system
- See nasa#161
- correct inclusion for SCH_LAB example table
- See nasa#156
- Standardize naming of SCH_LAB functions/macros
- Call CFE_ES_ExitApp with RunStatus rather than internal status variable
- Convert int32 return codes and variables to CFE_Status_t
- Remove component-specific cFE header #includes
- See nasa#129, nasa#149, nasa#142, and nasa#134
- implement header file convention for SCH_LAB
- See nasa#151
- Add support for cmds w/args
- See nasa#144
- adjust table based on apps present
- See nasa#139
- update cmake recipe
- See nasa#136
- Remove redundant comments
- See nasa#126
- Create CHANGELOG.md
- See nasa#123
- Remove unnecessary parentheses around return values.
- See nasa#121
- Update cmake mimimum required to something more recent
- See nasa#118
- Resolve uninit var static analysis warnings
- See nasa#116 and nasa/cFS#492
- Update Copyright Headers
- Standardize version.h
- See https://github.com/nasa/sch_lab/pull/ and https://github.com/nasa/cFS/445
- Apply header guard standard
- See nasa/cFS#432
- Add option to configure base tick rate
- Reuse CodeQL, Static Analyis, and Format Check
- See nasa#105 and nasa/cFS#410
- Use separate address variable
- Use CFE_MSG_PTR conversion macro
- Update baseline for cFS-Caelum-rc4: v2.5.0-rc4
- See nasa#102 and nasa/cFS#390
- Apply CFE_SB_ValueToMsgId where required
- See nasa#92 and nasa/cFS#359
- Allow command codes to be specified in sch_lab_table #85, add CmdCode to sch_lab_table
- See nasa#87 and nasa/cFS#351
- Implement Coding Standard in CodeQL workflow
- See nasa#83 and nasa/cFS#270
- Fix infinite loop by making sch_lab exit by making "RunStatus" return ERROR if initialization fails. This causes the
CFE_ES_RunLoop
function to return false. - See nasa#82 and nasa/cFS#263
- Removes app registration call,
CFE_ES_RegisterApp()
since applications do not need to register themselves. - See nasa#76
- Update sequence count in transmitted messages
- Add Testing Tools to the Security Policy
- See nasa#71
- Aligns messages according to changes in cFE nasa/cFE#1009. Uses the "raw" message cmd/tlm types in definition
- See nasa#59
- Update to use MSG module. Replaces deprecated SB APIs with MSG
- See nasa#58
- Adds header guard (the other warning on the ticket was already resolved)
- See nasa#53
- Reorganize the sch_lab table so it matches the sample_app usage and format.
- See nasa#52
- Fixes schedule table documentation
- Add baseline and build number to version reporting
- See nasa#48
- Apply 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.
- See nasa#41
- Apply 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.
- See nasa#39
- Improved table handling
- sch_lab now builds on Raspbian OS
- Minor updates (see nasa#36)
- Fix for clean build with OMIT_DEPRECATED
- Minor updates (see nasa#35)
- Minor updates (see nasa#28)
- Table definition include update (see nasa#18)
- Minor updates (see nasa#16)
- Minor updates (see nasa#13)
- 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 lab application, extensive testing is not performed prior to release and only minimal functionality is included.
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