-
Notifications
You must be signed in to change notification settings - Fork 53
Open Source Draco Release #242
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
5e19249 to
b39bd1b
Compare
Batch update of latest cFS software release Reflects commit 71681c4ed98d9a0cb32284bcce4cb97105c60988 from NASA internal development repo
b39bd1b to
c37ceda
Compare
| * Macro Definitions | ||
| ************************************************************************/ | ||
|
|
||
| #define SAMPLE_APP_CCVAL(x) SAMPLE_APP_FunctionCode_##x |
Check notice
Code scanning / CodeQL
Undisciplined macro Note
| */ | ||
| #define SAMPLE_APP_STRING_VAL_LEN 10 | ||
| /* Use the default configuration value for all */ | ||
| #define SAMPLE_APP_MISSION_CFGVAL(x) DEFAULT_SAMPLE_APP_MISSION_##x |
Check notice
Code scanning / CodeQL
Undisciplined macro Note
|
|
||
| #define SAMPLE_APP_TBL_ELEMENT_1_MAX 10 | ||
| /* Use the default configuration value for all */ | ||
| #define SAMPLE_APP_PLATFORM_CFGVAL(x) DEFAULT_SAMPLE_APP_PLATFORM_##x |
Check notice
Code scanning / CodeQL
Undisciplined macro Note
| #include "cfe_core_api_base_msgids.h" | ||
| #include "sample_app_topicids.h" | ||
|
|
||
| #define SAMPLE_APP_CMD_PLATFORM_MIDVAL(x) CFE_PLATFORM_CMD_TOPICID_TO_MIDV(SAMPLE_APP_MISSION_##x##_TOPICID) |
Check notice
Code scanning / CodeQL
Undisciplined macro Note
| #include "sample_app_topicids.h" | ||
|
|
||
| #define SAMPLE_APP_CMD_PLATFORM_MIDVAL(x) CFE_PLATFORM_CMD_TOPICID_TO_MIDV(SAMPLE_APP_MISSION_##x##_TOPICID) | ||
| #define SAMPLE_APP_TLM_PLATFORM_MIDVAL(x) CFE_PLATFORM_TLM_TOPICID_TO_MIDV(SAMPLE_APP_MISSION_##x##_TOPICID) |
Check notice
Code scanning / CodeQL
Undisciplined macro Note
| #define CFE_MISSION_SAMPLE_APP_CMD_TOPICID 0x82 | ||
| #define CFE_MISSION_SAMPLE_APP_SEND_HK_TOPICID 0x83 | ||
| #define CFE_MISSION_SAMPLE_APP_HK_TLM_TOPICID 0x83 | ||
| #define SAMPLE_APP_MISSION_TIDVAL(x) DEFAULT_SAMPLE_APP_MISSION_##x##_TOPICID |
Check notice
Code scanning / CodeQL
Undisciplined macro Note
NASA Docket No. GSC-19,200-1, and identified as "cFS Draco"
Batch update of latest cFS software release
Reflects commit 71681c4ed98d9a0cb32284bcce4cb97105c60988 from NASA internal development repo