Skip to content

Conversation

@dzbaker
Copy link
Contributor

@dzbaker dzbaker commented Jan 15, 2026

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

@jphickey jphickey force-pushed the draco-integration branch 4 times, most recently from 5e19249 to b39bd1b Compare January 22, 2026 22:35
Batch update of latest cFS software release

Reflects commit 71681c4ed98d9a0cb32284bcce4cb97105c60988 from NASA internal development repo
* Macro Definitions
************************************************************************/

#define SAMPLE_APP_CCVAL(x) SAMPLE_APP_FunctionCode_##x

Check notice

Code scanning / CodeQL

Undisciplined macro Note

The macro SAMPLE_APP_CCVAL(x) uses token pasting and is not allowed.
*/
#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

The macro SAMPLE_APP_MISSION_CFGVAL(x) uses token pasting and is not allowed.

#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

The macro SAMPLE_APP_PLATFORM_CFGVAL(x) uses token pasting and is not allowed.
#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

The macro SAMPLE_APP_CMD_PLATFORM_MIDVAL(x) uses token pasting and is not allowed.
#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

The macro SAMPLE_APP_TLM_PLATFORM_MIDVAL(x) uses token pasting and is not allowed.
#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

The macro SAMPLE_APP_MISSION_TIDVAL(x) uses token pasting and is not allowed.
@jphickey jphickey marked this pull request as ready for review January 22, 2026 23:00
@dzbaker dzbaker merged commit 068f756 into main Jan 22, 2026
9 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants