-
Notifications
You must be signed in to change notification settings - Fork 64
Open Source Draco Release #483
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
f56ae0a to
5cf1b67
Compare
| * Macro Definitions | ||
| ************************************************************************/ | ||
|
|
||
| #define CF_CCVAL(x) CF_FunctionCode_##x |
Check notice
Code scanning / CodeQL
Undisciplined macro Note
| #define DEFAULT_CF_INTERFACE_CFG_VALUES_H | ||
|
|
||
| /* Use the default configuration value for all */ | ||
| #define CF_INTERFACE_CFGVAL(x) DEFAULT_CF_##x |
Check notice
Code scanning / CodeQL
Undisciplined macro Note
| #define DEFAULT_CF_INTERNAL_CFG_H | ||
|
|
||
| /* Use the default configuration value for all */ | ||
| #define CF_INTERNAL_CFGVAL(x) DEFAULT_CF_##x |
Check notice
Code scanning / CodeQL
Undisciplined macro Note
| #include "cfe_core_api_base_msgids.h" | ||
| #include "cf_topicids.h" | ||
|
|
||
| #define CFE_PLATFORM_CF_CMD_MIDVAL(x) CFE_PLATFORM_CMD_TOPICID_TO_MIDV(CFE_MISSION_CF_##x##_TOPICID) |
Check notice
Code scanning / CodeQL
Undisciplined macro Note
| #include "cf_topicids.h" | ||
|
|
||
| #define CFE_PLATFORM_CF_CMD_MIDVAL(x) CFE_PLATFORM_CMD_TOPICID_TO_MIDV(CFE_MISSION_CF_##x##_TOPICID) | ||
| #define CFE_PLATFORM_CF_TLM_MIDVAL(x) CFE_PLATFORM_TLM_TOPICID_TO_MIDV(CFE_MISSION_CF_##x##_TOPICID) |
Check notice
Code scanning / CodeQL
Undisciplined macro Note
| #ifndef DEFAULT_CF_TOPICID_VALUES_H | ||
| #define DEFAULT_CF_TOPICID_VALUES_H | ||
|
|
||
| #define CFE_MISSION_CF_TIDVAL(x) DEFAULT_CFE_MISSION_CF_##x##_TOPICID |
Check notice
Code scanning / CodeQL
Undisciplined macro Note
Batch update of latest cFS software release Reflects commit e6cdd0fcd3fe2302694cc61c1d5cca2b4040e4c7 from NASA internal development repo
5cf1b67 to
deb508e
Compare
NASA Docket No. GSC-19,200-1, and identified as "cFS Draco"
Batch update of latest cFS software release
Reflects commit e6cdd0fcd3fe2302694cc61c1d5cca2b4040e4c7 from NASA internal development repo