Skip to content
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

Fix #796, Remove dependency on CCSDS version define #880

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
99 changes: 70 additions & 29 deletions cmake/sample_defs/cpu1_msgids.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,53 +41,94 @@

#include "cfe_mission_cfg.h"

/**
* \brief Platform command message ID base offset
*
* Example mechanism for setting default command bits and deconflicting MIDs across multiple
* platforms in a mission. For any sufficiently complex mission this method is
* typically replaced by a centralized message ID management scheme.
*
* 0x1800 - Nominal value for default message ID implementation (V1). This sets the command
* field and the secondary header present field. Typical V1 command MID range
* is 0x1800-1FFF. Additional cpus can deconflict message IDs by incrementing
* this value to provide sub-allocations (0x1900 for example).
* 0x0080 - Command bit for MISSION_MSGID_V2 message ID implementation (V2). Although
* this can be used for the value below due to the relatively small set
* of MIDs in the framework it will not scale so an alternative
* method of deconfliction is recommended.
*/
#define CFE_PLATFORM_CMD_MID_BASE 0x1800

/**
* \brief Platform telemetry message ID base offset
*
* 0x0800 - Nominal for message ID V1
* 0x0000 - Potential value for MISSION_MSGID_V2, but limited to a range of
* 0x0000-0x007F since the command bit is 0x0080. Alternative
* method of deconfliction is recommended.
*
* See #CFE_PLATFORM_CMD_MID_BASE for more information
*/
#define CFE_PLATFORM_TLM_MID_BASE 0x0800

/**
* \brief "Global" command message ID base offset
*
* 0x1860 - Nominal value for message ID V1
* 0x00E0 - Potential value for MISSION_MSGID_V2, note command bit is 0x0080.
* Works in limited cases only, alternative method of deconfliction
* is recommended.
* See #CFE_PLATFORM_CMD_MID_BASE for more information
*/
#define CFE_PLATFORM_CMD_MID_BASE_GLOB 0x1860

/*
** cFE Command Message Id's
*/
#define CFE_EVS_CMD_MID CFE_MISSION_CMD_MID_BASE1 + CFE_MISSION_EVS_CMD_MSG /* 0x1801 */
#define CFE_EVS_CMD_MID CFE_PLATFORM_CMD_MID_BASE + CFE_MISSION_EVS_CMD_MSG /* 0x1801 */
/* Message ID 0x1802 is available */
#define CFE_SB_CMD_MID CFE_MISSION_CMD_MID_BASE1 + CFE_MISSION_SB_CMD_MSG /* 0x1803 */
#define CFE_TBL_CMD_MID CFE_MISSION_CMD_MID_BASE1 + CFE_MISSION_TBL_CMD_MSG /* 0x1804 */
#define CFE_TIME_CMD_MID CFE_MISSION_CMD_MID_BASE1 + CFE_MISSION_TIME_CMD_MSG /* 0x1805 */
#define CFE_ES_CMD_MID CFE_MISSION_CMD_MID_BASE1 + CFE_MISSION_ES_CMD_MSG /* 0x1806 */
#define CFE_SB_CMD_MID CFE_PLATFORM_CMD_MID_BASE + CFE_MISSION_SB_CMD_MSG /* 0x1803 */
#define CFE_TBL_CMD_MID CFE_PLATFORM_CMD_MID_BASE + CFE_MISSION_TBL_CMD_MSG /* 0x1804 */
#define CFE_TIME_CMD_MID CFE_PLATFORM_CMD_MID_BASE + CFE_MISSION_TIME_CMD_MSG /* 0x1805 */
#define CFE_ES_CMD_MID CFE_PLATFORM_CMD_MID_BASE + CFE_MISSION_ES_CMD_MSG /* 0x1806 */

#define CFE_ES_SEND_HK_MID CFE_MISSION_CMD_MID_BASE1 + CFE_MISSION_ES_SEND_HK_MSG /* 0x1808 */
#define CFE_EVS_SEND_HK_MID CFE_MISSION_CMD_MID_BASE1 + CFE_MISSION_EVS_SEND_HK_MSG /* 0x1809 */
#define CFE_ES_SEND_HK_MID CFE_PLATFORM_CMD_MID_BASE + CFE_MISSION_ES_SEND_HK_MSG /* 0x1808 */
#define CFE_EVS_SEND_HK_MID CFE_PLATFORM_CMD_MID_BASE + CFE_MISSION_EVS_SEND_HK_MSG /* 0x1809 */
/* Message ID 0x180A is available */
#define CFE_SB_SEND_HK_MID CFE_MISSION_CMD_MID_BASE1 + CFE_MISSION_SB_SEND_HK_MSG /* 0x180B */
#define CFE_TBL_SEND_HK_MID CFE_MISSION_CMD_MID_BASE1 + CFE_MISSION_TBL_SEND_HK_MSG /* 0x180C */
#define CFE_TIME_SEND_HK_MID CFE_MISSION_CMD_MID_BASE1 + CFE_MISSION_TIME_SEND_HK_MSG /* 0x180D */
#define CFE_SB_SEND_HK_MID CFE_PLATFORM_CMD_MID_BASE + CFE_MISSION_SB_SEND_HK_MSG /* 0x180B */
#define CFE_TBL_SEND_HK_MID CFE_PLATFORM_CMD_MID_BASE + CFE_MISSION_TBL_SEND_HK_MSG /* 0x180C */
#define CFE_TIME_SEND_HK_MID CFE_PLATFORM_CMD_MID_BASE + CFE_MISSION_TIME_SEND_HK_MSG /* 0x180D */

#define CFE_SB_SUB_RPT_CTRL_MID CFE_MISSION_CMD_MID_BASE1 + CFE_MISSION_SB_SUB_RPT_CTRL_MSG /* 0x180E */
#define CFE_SB_SUB_RPT_CTRL_MID CFE_PLATFORM_CMD_MID_BASE + CFE_MISSION_SB_SUB_RPT_CTRL_MSG /* 0x180E */

#define CFE_TIME_TONE_CMD_MID CFE_MISSION_CMD_MID_BASE1 + CFE_MISSION_TIME_TONE_CMD_MSG /* 0x1810 */
#define CFE_TIME_1HZ_CMD_MID CFE_MISSION_CMD_MID_BASE1 + CFE_MISSION_TIME_1HZ_CMD_MSG /* 0x1811 */
#define CFE_TIME_TONE_CMD_MID CFE_PLATFORM_CMD_MID_BASE + CFE_MISSION_TIME_TONE_CMD_MSG /* 0x1810 */
#define CFE_TIME_1HZ_CMD_MID CFE_PLATFORM_CMD_MID_BASE + CFE_MISSION_TIME_1HZ_CMD_MSG /* 0x1811 */


/*
** cFE Global Command Message Id's
*/
#define CFE_TIME_DATA_CMD_MID CFE_MISSION_CMD_MID_BASE_GLOB + CFE_MISSION_TIME_DATA_CMD_MSG /* 0x1860 */
#define CFE_TIME_SEND_CMD_MID CFE_MISSION_CMD_MID_BASE_GLOB + CFE_MISSION_TIME_SEND_CMD_MSG /* 0x1862 */
#define CFE_TIME_DATA_CMD_MID CFE_PLATFORM_CMD_MID_BASE_GLOB + CFE_MISSION_TIME_DATA_CMD_MSG /* 0x1860 */
#define CFE_TIME_SEND_CMD_MID CFE_PLATFORM_CMD_MID_BASE_GLOB + CFE_MISSION_TIME_SEND_CMD_MSG /* 0x1862 */


/*
** CFE Telemetry Message Id's
*/
#define CFE_ES_HK_TLM_MID CFE_MISSION_TLM_MID_BASE1 + CFE_MISSION_ES_HK_TLM_MSG /* 0x0800 */
#define CFE_EVS_HK_TLM_MID CFE_MISSION_TLM_MID_BASE1 + CFE_MISSION_EVS_HK_TLM_MSG /* 0x0801 */
#define CFE_ES_HK_TLM_MID CFE_PLATFORM_TLM_MID_BASE + CFE_MISSION_ES_HK_TLM_MSG /* 0x0800 */
#define CFE_EVS_HK_TLM_MID CFE_PLATFORM_TLM_MID_BASE + CFE_MISSION_EVS_HK_TLM_MSG /* 0x0801 */
/* Message ID 0x0802 is available */
#define CFE_SB_HK_TLM_MID CFE_MISSION_TLM_MID_BASE1 + CFE_MISSION_SB_HK_TLM_MSG /* 0x0803 */
#define CFE_TBL_HK_TLM_MID CFE_MISSION_TLM_MID_BASE1 + CFE_MISSION_TBL_HK_TLM_MSG /* 0x0804 */
#define CFE_TIME_HK_TLM_MID CFE_MISSION_TLM_MID_BASE1 + CFE_MISSION_TIME_HK_TLM_MSG /* 0x0805 */
#define CFE_TIME_DIAG_TLM_MID CFE_MISSION_TLM_MID_BASE1 + CFE_MISSION_TIME_DIAG_TLM_MSG /* 0x0806 */
#define CFE_EVS_LONG_EVENT_MSG_MID CFE_MISSION_TLM_MID_BASE1 + CFE_MISSION_EVS_LONG_EVENT_MSG_MSG /* 0x0808 */
#define CFE_EVS_SHORT_EVENT_MSG_MID CFE_MISSION_TLM_MID_BASE1 + CFE_MISSION_EVS_SHORT_EVENT_MSG_MSG /* 0x0809 */
#define CFE_SB_STATS_TLM_MID CFE_MISSION_TLM_MID_BASE1 + CFE_MISSION_SB_STATS_TLM_MSG /* 0x080A */
#define CFE_ES_APP_TLM_MID CFE_MISSION_TLM_MID_BASE1 + CFE_MISSION_ES_APP_TLM_MSG /* 0x080B */
#define CFE_TBL_REG_TLM_MID CFE_MISSION_TLM_MID_BASE1 + CFE_MISSION_TBL_REG_TLM_MSG /* 0x080C */
#define CFE_SB_ALLSUBS_TLM_MID CFE_MISSION_TLM_MID_BASE1 + CFE_MISSION_SB_ALLSUBS_TLM_MSG /* 0x080D */
#define CFE_SB_ONESUB_TLM_MID CFE_MISSION_TLM_MID_BASE1 + CFE_MISSION_SB_ONESUB_TLM_MSG /* 0x080E */
#define CFE_ES_MEMSTATS_TLM_MID CFE_MISSION_TLM_MID_BASE1 + CFE_MISSION_ES_MEMSTATS_TLM_MSG /* 0x0810 */
#define CFE_SB_HK_TLM_MID CFE_PLATFORM_TLM_MID_BASE + CFE_MISSION_SB_HK_TLM_MSG /* 0x0803 */
#define CFE_TBL_HK_TLM_MID CFE_PLATFORM_TLM_MID_BASE + CFE_MISSION_TBL_HK_TLM_MSG /* 0x0804 */
#define CFE_TIME_HK_TLM_MID CFE_PLATFORM_TLM_MID_BASE + CFE_MISSION_TIME_HK_TLM_MSG /* 0x0805 */
#define CFE_TIME_DIAG_TLM_MID CFE_PLATFORM_TLM_MID_BASE + CFE_MISSION_TIME_DIAG_TLM_MSG /* 0x0806 */
#define CFE_EVS_LONG_EVENT_MSG_MID CFE_PLATFORM_TLM_MID_BASE + CFE_MISSION_EVS_LONG_EVENT_MSG_MSG /* 0x0808 */
#define CFE_EVS_SHORT_EVENT_MSG_MID CFE_PLATFORM_TLM_MID_BASE + CFE_MISSION_EVS_SHORT_EVENT_MSG_MSG /* 0x0809 */
#define CFE_SB_STATS_TLM_MID CFE_PLATFORM_TLM_MID_BASE + CFE_MISSION_SB_STATS_TLM_MSG /* 0x080A */
#define CFE_ES_APP_TLM_MID CFE_PLATFORM_TLM_MID_BASE + CFE_MISSION_ES_APP_TLM_MSG /* 0x080B */
#define CFE_TBL_REG_TLM_MID CFE_PLATFORM_TLM_MID_BASE + CFE_MISSION_TBL_REG_TLM_MSG /* 0x080C */
#define CFE_SB_ALLSUBS_TLM_MID CFE_PLATFORM_TLM_MID_BASE + CFE_MISSION_SB_ALLSUBS_TLM_MSG /* 0x080D */
#define CFE_SB_ONESUB_TLM_MID CFE_PLATFORM_TLM_MID_BASE + CFE_MISSION_SB_ONESUB_TLM_MSG /* 0x080E */
#define CFE_ES_MEMSTATS_TLM_MID CFE_PLATFORM_TLM_MID_BASE + CFE_MISSION_ES_MEMSTATS_TLM_MSG /* 0x0810 */

#endif
57 changes: 0 additions & 57 deletions cmake/sample_defs/sample_mission_cfg.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,21 +52,6 @@
#define CFE_MISSION_SPACECRAFT_ID 0x42


/**
** \cfemissioncfg cFE SB message format
**
** \par Description:
** Dictates the message format used by the cFE.
**
** \par Limits
** All versions of the cFE currently support only CCSDS as the message format
** Defining MESSAGE_FORMAT_IS_CCSDS_VER_2 implements the APID extended header format
** MESSAGE_FORMAT_IS_CCSDS_VER_2 is optional
*/
/* #define MESSAGE_FORMAT_IS_CCSDS_VER_2 */
#undef MESSAGE_FORMAT_IS_CCSDS_VER_2


/**
** \cfesbcfg Maximum SB Message Size
**
Expand Down Expand Up @@ -335,48 +320,6 @@
#define CFE_MISSION_TBL_MAX_NAME_LENGTH 16


/**
** \cfemissioncfg cFE Message ID Base Numbers
**
** \par Description:
** Message Id base numbers for the cFE messages
** These will now differ in format when using CCSDS version 2 as they will no longer
** include the Secondary Header Flag and CCSDS version bits.
**
** NOTES: cFE MsgIds are the sum of the base numbers and the portable msg
** numbers.
**
** For MESSAGE_FORMAT_IS_CCSDS_VER_2 These base MsgIds values are dependent on the
** values returned by the following SB Macros to form a 16 bit message ID (default
** macro definitions are in cfe_sb_msg_id_utils.h, default values below are
** representative of default macro definitions) :
** CFE_SB_CMD_MESSAGE_TYPE, CFE_SB_RD_APID_FROM_MSGID
** CFE_SB_RD_SUBSYS_ID_FROM_MSGID and CFE_SB_RD_TYPE_FROM_MSGID
**
** \par Limits
** Must be less than CFE_PLATFORM_SB_HIGHEST_VALID_MSGID
*/
#ifndef MESSAGE_FORMAT_IS_CCSDS_VER_2
#define CFE_MISSION_CMD_MID_BASE1 0x1800
#define CFE_MISSION_TLM_MID_BASE1 0x0800
#else
#define CFE_MISSION_CMD_MID_BASE1 0x0080
#define CFE_MISSION_TLM_MID_BASE1 0x0000
#endif

#define CFE_MISSION_CMD_APPID_BASE1 1
#define CFE_MISSION_TLM_APPID_BASE1 0

#ifndef MESSAGE_FORMAT_IS_CCSDS_VER_2
#define CFE_MISSION_CMD_MID_BASE_GLOB 0x1860
#define CFE_MISSION_TLM_MID_BASE_GLOB 0x0860
#else
#define CFE_MISSION_CMD_MID_BASE_GLOB 0x00E0
#define CFE_MISSION_TLM_MID_BASE_GLOB 0x0060
#endif



/**
** \cfemissioncfg cFE Portable Message Numbers for Commands
**
Expand Down
29 changes: 13 additions & 16 deletions docs/src/cfe_sb.dox
Original file line number Diff line number Diff line change
Expand Up @@ -60,32 +60,29 @@
All commands, telemetry, and other data that are passed between the ground and
the spacecraft, and between subsystems of the spacecraft, are considered to be
messages. The most common message format is CCSDS (Consultative Committee for
Space Data Systems).

The cFE software bus was designed with 'hooks' to allow message formats other
than CCSDS to be used. The APIs that are used to set and get message header
fields are intentionally designed to be decoupled from CCSDS.
Space Data Systems) in <a href="https://public.ccsds.org/Pubs/133x0b2.pdf">
CCSDS Space Packet Protocol</a>, but can be customized by replacing the message module.

There are two general types of messages - commands (or command packets) and
telemetry (or telemetry packets). Command packets are sent to a particular
software task from the ground (or another task). Telemetry packets are sent
from a particular software task to the ground (or other tasks).

Each packet begins with a header that includes the message identifier, often
abbreviated as MsgId or message ID. The MsgId for CCSDS messages is the first
16 bits of the packet. The message 'type' indicator (command or telemetry) is
embedded in the Message ID. The header also contains a packet length field and a
packet sequence field. The packet sequence field is incremented by the software
bus for telemetry packets each time a packet is sent. The software bus does not
increment the sequence field for command packets. See the section named 'Packet
Sequence Values' for more detail.

The concept of a message identifier is utilized to provide abstraction
from header implementation, often abbreviated as message ID, MsgId, or MID.
Header and message identifier values should not be accessed directly to
avoid implementation specific dependencies.

Telemetry packets typically contain a timestamp that indicates when the packet
was produced. Command packets typically contain a command code that identifies
the particular type of command.

The software bus provides APIs for 'setting' and 'getting' the fields in the
header of the message.
The message module provides APIs for 'setting' and 'getting' the fields in the
header of the message. The message module was separated from software bus
to enable users to customize message headers without requiring clone and
own of the entire cfe repository. To customize, remove the built in msg
module from the build and replace with custom implementation. See sample
target definitions folder for examples.

Following the header is the user defined message data.

Expand Down
5 changes: 1 addition & 4 deletions fsw/cfe-core/src/inc/cfe_sb_extern_typedefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,9 @@ typedef uint16 CFE_SB_MsgRouteIdx_Atom_t;
* @brief CFE_SB_MsgId_Atom_t primitive type definition
*
* This is an integer type capable of holding any Message ID value
* Note: This value is limited via #CFE_PLATFORM_SB_HIGHEST_VALID_MSGID
*/
#ifdef MESSAGE_FORMAT_IS_CCSDS_VER_2
typedef uint32 CFE_SB_MsgId_Atom_t;
#else
typedef uint16 CFE_SB_MsgId_Atom_t;
#endif

/**
* @brief CFE_SB_MsgId_t type definition
Expand Down
6 changes: 0 additions & 6 deletions fsw/cfe-core/src/sb/cfe_sb_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -223,12 +223,6 @@ void CFE_SB_InitMsgMap(void){
CFE_SB.MsgMap[KeyVal] = CFE_SB_INVALID_ROUTE_IDX;
}

#ifndef MESSAGE_FORMAT_IS_CCSDS_VER_2 /* Then use the default, version 1 */
CFE_ES_WriteToSysLog("SB internal message format: CCSDS Space Packet Protocol version 1\n");
#else /* VER_2 is the same now but will change for larger and/or distributed systems */
CFE_ES_WriteToSysLog("SB internal message format: Space Packet Protocol version 2 (extended hdr)\n");
#endif

}/* end CFE_SB_InitMsgMap */


Expand Down
62 changes: 2 additions & 60 deletions fsw/cfe-core/src/sb/cfe_sb_msg_id_util.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,66 +20,8 @@

/******************************************************************************
** File: cfe_sb_msg_id_util.c
**
** Purpose:
** This file contains 'access' macros and functions for reading and
** writing message ID header fields.
**
** The function prototypes are in cfe_sb.h except for ConvertMsgIdToMsgKey
** which is in cfe_sb_priv.h
*
** The MsgId is a mission defined message identifier to publish or subscribe to that must be
** unique within the system(s). CFE_SB_MsgId_t is a uint32 that can be created from any
** combination of bits from the primary header SID (StreamId) and the secondary header APID Qualifiers
**
** Implementation is based on CCSDS Space Packet Protocol 133.0.B-1 with Technical Corrigendum 2, September 2012
** Multi-mission Interoperable extended secondary headers should be registered in Space
** Assigned Numbers Authority (SANA). The process for SANA registration is documented in
** 133.0.B-2. Mission specific headers need not be registered
**
** For MESSAGE_FORMAT_IS_CCSDS_VER_2 the default setup will combine:
** 1 bit for the command/telemetry flag
** 7 bits from the primary header APID
** 0 bits from the Playback flag
** 8 bits from the secondary header APID qualifier (Subsystem)
** 0 bits from the secondary header APID qualifier as the System
** = 16 bits total
**
**
** The APID qualifier System field can be populated in the Secondary header but
** but will be ignored in the default case for SB/SBN routing purposes. It is suggested
** that the CCSDS Spacecraft ID be used for that field.
**
** Notes: The following 4 terms have been or are used in the cFS architecture and implementation
**
** StreamId - First 16 bits of CCSDS Space Packet Protocol (SPP) 133.0-B.1c2 Blue Book
** packet primary header. It contains the 3 bit Version Number, 1 bit Packet Type ID,
** 1 bit Secondary Header flag, and 11 bit Application Process ID
** It was used in earlier cFS implementaions and defined here for historical reference
** It is NOT exposed to user applications.
**
** MsgId - Unique numeric message identifier within a mission namespace. It is used by cFS
** applications to the identify messages for publishing and subscribing
** It is used by the SB API and encoded in a mission defended way in the header of
** all cFS messages.
** It is exposed to all cFS applications
**
** ApId - CCSDS Application Process Id field in the primary header.
** It has default bit mask of 0x07FF and is part of the cFS message Id
** It should not be confused with the cFE Executive Services (ES) term appId which
** identifies the software application/component
** It is NOT exposed to user applications.
**
** MsgIdkey - This is a unique numeric key within a mission namespace that is used with
** cFS software bus internal structures.
** It is algorithmically created in a mission defined way from the MsgId to support
** efficient lookup and mapping implementations
** It is NOT exposed to user applications.
**
** Author: J. Wilmot/NASA
**
******************************************************************************/

** Purpose: message ID utility functions
*/

/*
** Include Files
Expand Down
10 changes: 0 additions & 10 deletions fsw/cfe-core/src/sb/cfe_sb_verify.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,6 @@
#error CFE_PLATFORM_SB_MAX_MSG_IDS cannot be less than 1!
#endif

#ifndef MESSAGE_FORMAT_IS_CCSDS_VER_2
#if CFE_PLATFORM_SB_MAX_MSG_IDS > 4096
#error CFE_PLATFORM_SB_MAX_MSG_IDS cannot be greater than 2^12 (4096)!
#endif
#else
#if CFE_PLATFORM_SB_MAX_MSG_IDS > 65536
#error CFE_PLATFORM_SB_MAX_MSG_IDS cannot be greater than 2^16 (65536)!
#endif
#endif

#if CFE_PLATFORM_SB_MAX_PIPES < 1
#error CFE_PLATFORM_SB_MAX_PIPES cannot be less than 1!
#endif
Expand Down
9 changes: 3 additions & 6 deletions fsw/cfe-core/unit-test/sb_UT.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ typedef struct {
uint16 Tlm16Param2;
} SB_UT_TstPktWoSecHdr_t;

#define SB_UT_CMD_MID_VALUE_BASE CFE_MISSION_CMD_MID_BASE1 + 1
#define SB_UT_TLM_MID_VALUE_BASE CFE_MISSION_TLM_MID_BASE1 + 1
#define SB_UT_CMD_MID_VALUE_BASE CFE_PLATFORM_CMD_MID_BASE + 1
#define SB_UT_TLM_MID_VALUE_BASE CFE_PLATFORM_TLM_MID_BASE + 1

/* SB unit test functions */
/*****************************************************************************/
Expand Down Expand Up @@ -3113,7 +3113,6 @@ void Test_CFE_SB_SetGetMsgId(void);
**
** \sa #UT_Text, #SB_ResetUnitTest, #CFE_SB_SetMsgId,
** \sa #CFE_SB_SetUserDataLength, #CFE_SB_GetUserDataLength,
** \sa #UT_GetActualPktLenField, #UT_Report
**
******************************************************************************/
void Test_CFE_SB_SetGetUserDataLength(void);
Expand All @@ -3133,7 +3132,6 @@ void Test_CFE_SB_SetGetUserDataLength(void);
**
** \sa #UT_Text, #SB_ResetUnitTest, #CFE_SB_SetMsgId,
** \sa #CFE_SB_SetTotalMsgLength, #CFE_SB_GetTotalMsgLength,
** \sa #UT_GetActualPktLenField, #UT_Report
**
******************************************************************************/
void Test_CFE_SB_SetGetTotalMsgLength(void);
Expand Down Expand Up @@ -3171,8 +3169,7 @@ void Test_CFE_SB_SetGetMsgTime(void);
** This function does not return a value.
**
** \sa #UT_Text, #SB_ResetUnitTest, #CFE_SB_SetMsgId, #CFE_SB_SetCmdCode,
** \sa #CFE_SB_GetCmdCode, #UT_GetActualCmdCodeField, #UT_DisplayPkt,
** \sa #UT_Report
** \sa #CFE_SB_GetCmdCode, #UT_DisplayPkt
**
******************************************************************************/
void Test_CFE_SB_SetGetCmdCode(void);
Expand Down
Loading