Open Source Draco Release#78
Conversation
f371311 to
2ad0206
Compare
| #ifndef DEFAULT_HK_FCNCODE_VALUES_H | ||
| #define DEFAULT_HK_FCNCODE_VALUES_H | ||
|
|
||
| #define HK_CCVAL(x) HK_FunctionCode_##x |
Check notice
Code scanning / CodeQL
Undisciplined macro Note
| #define DEFAULT_HK_INTERFACE_CFG_VALUES_H | ||
|
|
||
| /* Use the default configuration value for all */ | ||
| #define HK_INTERFACE_CFGVAL(x) DEFAULT_HK_INTERFACE_##x |
Check notice
Code scanning / CodeQL
Undisciplined macro Note
| #define DEFAULT_HK_INTERNAL_CFG_H | ||
|
|
||
| /* Use the default configuration value for all */ | ||
| #define HK_INTERNAL_CFGVAL(x) DEFAULT_HK_INTERNAL_##x |
Check notice
Code scanning / CodeQL
Undisciplined macro Note
| #include "cfe_core_api_base_msgids.h" | ||
| #include "hk_topicids.h" | ||
|
|
||
| #define CFE_PLATFORM_HK_CMD_MIDVAL(x) CFE_PLATFORM_CMD_TOPICID_TO_MIDV(CFE_MISSION_HK_##x##_TOPICID) |
Check notice
Code scanning / CodeQL
Undisciplined macro Note
| #include "hk_topicids.h" | ||
|
|
||
| #define CFE_PLATFORM_HK_CMD_MIDVAL(x) CFE_PLATFORM_CMD_TOPICID_TO_MIDV(CFE_MISSION_HK_##x##_TOPICID) | ||
| #define CFE_PLATFORM_HK_TLM_MIDVAL(x) CFE_PLATFORM_TLM_TOPICID_TO_MIDV(CFE_MISSION_HK_##x##_TOPICID) |
Check notice
Code scanning / CodeQL
Undisciplined macro Note
| /* Process a command pipe message */ | ||
| /* */ | ||
| /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ | ||
| void HK_AppPipe(const CFE_SB_Buffer_t *BufPtr) |
Check notice
Code scanning / CodeQL
Long function without assertion Note
| /* */ | ||
| /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ | ||
| CFE_Status_t HK_ProcessNewCopyTable(hk_copy_table_entry_t *CpyTblPtr, hk_runtime_tbl_entry_t *RtTblPtr) | ||
| CFE_Status_t HK_ProcessNewCopyTable(HK_CopyTableEntry_t *CpyTblPtr, HK_RuntimeTableEntry_t *RtTblPtr) |
Check notice
Code scanning / CodeQL
Long function without assertion Note
| /* */ | ||
| /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ | ||
| CFE_Status_t HK_ProcessNewCopyTable(hk_copy_table_entry_t *CpyTblPtr, hk_runtime_tbl_entry_t *RtTblPtr) | ||
| CFE_Status_t HK_ProcessNewCopyTable(HK_CopyTableEntry_t *CpyTblPtr, HK_RuntimeTableEntry_t *RtTblPtr) |
Check notice
Code scanning / CodeQL
Function too long Note
| /* */ | ||
| /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ | ||
| CFE_Status_t HK_TearDownOldCopyTable(hk_copy_table_entry_t *CpyTblPtr, hk_runtime_tbl_entry_t *RtTblPtr) | ||
| CFE_Status_t HK_TearDownOldCopyTable(HK_CopyTableEntry_t *CpyTblPtr, HK_RuntimeTableEntry_t *RtTblPtr) |
Check notice
Code scanning / CodeQL
Long function without assertion Note
| /* */ | ||
| /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ | ||
| CFE_Status_t HK_TearDownOldCopyTable(hk_copy_table_entry_t *CpyTblPtr, hk_runtime_tbl_entry_t *RtTblPtr) | ||
| CFE_Status_t HK_TearDownOldCopyTable(HK_CopyTableEntry_t *CpyTblPtr, HK_RuntimeTableEntry_t *RtTblPtr) |
Check notice
Code scanning / CodeQL
Function too long Note
Batch update of latest cFS software release Reflects commit dcf2324cf56d27f9f49efeb2294ca279d1a28388 from NASA internal development repo
2ad0206 to
8212a00
Compare
NASA Docket No. GSC-19,200-1, and identified as "cFS Draco"
Batch update of latest cFS software release
Reflects commit dcf2324cf56d27f9f49efeb2294ca279d1a28388 from NASA internal development repo