We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I would like CTF to support sending commands that contain a union. Proposed enhancement, low priority
The text was updated successfully, but these errors were encountered:
I have example:
typedef struct { CFE_MSG_CommandHeader_t CmdHeader; /**< \brief CCSDS command message header */ uint8 ucSpare[4]; /**< \brief 64-bit alignment*/ union { STRM_ApidFilter_t Filter; /**< \brief The filter to add or update */ CFE_MSG_GatewayApId_t ulGatewayApid; /**< \brief APID of the filter to remove */ }Parameter_t; }STRM_IF_ToStrmFilterCmd_t; VSM_CASSERT((sizeof(STRM_IF_ToStrmFilterCmd_t) == 40), strm_if_msg_h);
Sorry, something went wrong.
No branches or pull requests
I would like CTF to support sending commands that contain a union. Proposed enhancement, low priority
The text was updated successfully, but these errors were encountered: