Conversation
7b22535 to
576f6e1
Compare
Batch update of latest cFS software release Reflects commit afb2d28a7cb8acccefcfabf37e35ea4293dcaae7 from NASA internal development repo
576f6e1 to
44c6531
Compare
| * Macro Definitions | ||
| ************************************************************************/ | ||
|
|
||
| #define CI_LAB_CCVAL(x) CI_LAB_FunctionCode_##x |
Check notice
Code scanning / CodeQL
Undisciplined macro Note
| #define DEFAULT_CI_LAB_INTERFACE_CFG_VALUES_H | ||
|
|
||
| /* Use the default configuration value for all */ | ||
| #define CI_LAB_MISSION_CFGVAL(x) DEFAULT_CI_LAB_MISSION_##x |
Check notice
Code scanning / CodeQL
Undisciplined macro Note
| #define DEFAULT_CI_LAB_INTERNAL_CFG_VALUES_H | ||
|
|
||
| /* Use the default configuration value for all */ | ||
| #define CI_LAB_PLATFORM_CFGVAL(x) DEFAULT_CI_LAB_PLATFORM_##x |
Check notice
Code scanning / CodeQL
Undisciplined macro Note
| #include "cfe_core_api_base_msgids.h" | ||
| #include "ci_lab_topicids.h" | ||
|
|
||
| #define CI_LAB_CMD_PLATFORM_MIDVAL(x) CFE_PLATFORM_CMD_TOPICID_TO_MIDV(CI_LAB_MISSION_##x##_TOPICID) |
Check notice
Code scanning / CodeQL
Undisciplined macro Note
| #include "ci_lab_topicids.h" | ||
|
|
||
| #define CI_LAB_CMD_PLATFORM_MIDVAL(x) CFE_PLATFORM_CMD_TOPICID_TO_MIDV(CI_LAB_MISSION_##x##_TOPICID) | ||
| #define CI_LAB_TLM_PLATFORM_MIDVAL(x) CFE_PLATFORM_TLM_TOPICID_TO_MIDV(CI_LAB_MISSION_##x##_TOPICID) |
Check notice
Code scanning / CodeQL
Undisciplined macro Note
| #define CFE_MISSION_CI_LAB_SEND_HK_TOPICID 0x85 | ||
| #define CFE_MISSION_CI_LAB_READ_UPLINK_TOPICID 0x86 | ||
| #define CFE_MISSION_CI_LAB_HK_TLM_TOPICID 0x84 | ||
| #define CI_LAB_MISSION_TIDVAL(x) DEFAULT_CI_LAB_MISSION_##x##_TOPICID |
Check notice
Code scanning / CodeQL
Undisciplined macro Note
jphickey
approved these changes
Jan 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
NASA Docket No. GSC-19,200-1, and identified as "cFS Draco"
Batch update of latest cFS software release
Reflects commit afb2d28a7cb8acccefcfabf37e35ea4293dcaae7 from NASA internal development repo