-
Notifications
You must be signed in to change notification settings - Fork 31
Open Source Draco Release #117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
ac91bb6 to
4b14271
Compare
Batch update of latest cFS software release Reflects commit 21682bfa91327396b023fb8a27391af4e55812d3 from NASA internal development repo
4b14271 to
f43f043
Compare
| * Macro Definitions | ||
| ************************************************************************/ | ||
|
|
||
| #define LC_CCVAL(x) LC_FunctionCode_##x |
Check notice
Code scanning / CodeQL
Undisciplined macro Note
| #define DEFAULT_LC_INTERFACE_CFG_VALUES_H | ||
|
|
||
| /* Use the default configuration value for all */ | ||
| #define LC_INTERFACE_CFGVAL(x) DEFAULT_LC_##x |
Check notice
Code scanning / CodeQL
Undisciplined macro Note
| #define DEFAULT_LC_INTERNAL_CFG_VALUES_H | ||
|
|
||
| /* Use the default configuration value for all */ | ||
| #define LC_INTERNAL_CFGVAL(x) DEFAULT_LC_##x |
Check notice
Code scanning / CodeQL
Undisciplined macro Note
| #include "lc_topicids.h" | ||
| #include "cfe_core_api_base_msgids.h" | ||
|
|
||
| #define LC_CMD_PLATFORM_MIDVAL(x) CFE_PLATFORM_CMD_TOPICID_TO_MIDV(LC_MISSION_##x##_TOPICID) |
Check notice
Code scanning / CodeQL
Undisciplined macro Note
| #include "cfe_core_api_base_msgids.h" | ||
|
|
||
| #define LC_CMD_PLATFORM_MIDVAL(x) CFE_PLATFORM_CMD_TOPICID_TO_MIDV(LC_MISSION_##x##_TOPICID) | ||
| #define LC_TLM_PLATFORM_MIDVAL(x) CFE_PLATFORM_TLM_TOPICID_TO_MIDV(LC_MISSION_##x##_TOPICID) |
Check notice
Code scanning / CodeQL
Undisciplined macro Note
| /* */ | ||
| /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ | ||
| void LC_ResetWPStatsCmd(const CFE_SB_Buffer_t *BufPtr) | ||
| CFE_Status_t LC_ResetWPStatsCmd(const LC_ResetWPStatsCmd_t *msg) |
Check notice
Code scanning / CodeQL
Long function without assertion Note
| /* */ | ||
| /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ | ||
| bool LC_VerifyMsgLength(const CFE_MSG_Message_t *MsgPtr, size_t ExpectedLength) | ||
| bool LC_VerifyMsgLength(const CFE_MSG_Message_t *msgPtr, size_t ExpectedLength) |
Check notice
Code scanning / CodeQL
Long function without assertion Note
| /* */ | ||
| /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ | ||
| bool LC_VerifyMsgLength(const CFE_MSG_Message_t *MsgPtr, size_t ExpectedLength) | ||
| bool LC_VerifyMsgLength(const CFE_MSG_Message_t *msgPtr, size_t ExpectedLength) |
Check notice
Code scanning / CodeQL
Function too long Note
| /* */ | ||
| /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ | ||
| CFE_Status_t LC_AppPipe(const CFE_SB_Buffer_t *BufPtr) | ||
| void LC_AppProcessCmd(const CFE_SB_Buffer_t *BufPtr) |
Check notice
Code scanning / CodeQL
Long function without assertion Note
| /* Process a command pipe message */ | ||
| /* */ | ||
| /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ | ||
| void LC_AppPipe(const CFE_SB_Buffer_t *BufPtr) |
Check notice
Code scanning / CodeQL
Long function without assertion Note
NASA Docket No. GSC-19,200-1, and identified as "cFS Draco"
Batch update of latest cFS software release
Reflects commit 21682bfa91327396b023fb8a27391af4e55812d3 from NASA internal development repo