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 e6cdd0fcd3fe2302694cc61c1d5cca2b4040e4c7 from NASA internal development repo

@jphickey jphickey force-pushed the draco-integration branch 2 times, most recently from f56ae0a to 5cf1b67 Compare January 22, 2026 23:12
* Macro Definitions
************************************************************************/

#define CF_CCVAL(x) CF_FunctionCode_##x

Check notice

Code scanning / CodeQL

Undisciplined macro Note

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

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

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

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

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

The macro CFE_MISSION_CF_TIDVAL(x) uses token pasting and is not allowed.
Batch update of latest cFS software release

Reflects commit e6cdd0fcd3fe2302694cc61c1d5cca2b4040e4c7 from NASA internal development repo
@jphickey jphickey marked this pull request as ready for review January 22, 2026 23:29
@dzbaker dzbaker merged commit 92baf07 into main Jan 22, 2026
13 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