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

Update CFE_MSG_Message_t conversions to use CFE_MSG_PTR macro #94

Closed
jphickey opened this issue Sep 30, 2021 · 0 comments · Fixed by #95 or #101
Closed

Update CFE_MSG_Message_t conversions to use CFE_MSG_PTR macro #94

jphickey opened this issue Sep 30, 2021 · 0 comments · Fixed by #95 or #101
Assignees
Labels
enhancement New feature or request

Comments

@jphickey
Copy link
Contributor

Is your feature request related to a problem? Please describe.
In nasa/cFE#1966 introduces a CFE_MSG_PTR macro which converts a cmd/tlm header object to a CFE_MSG_Message_t* pointer, which is intended to be used rather than assuming a specific member name (e.g. .Msg).

Describe the solution you'd like
Use the macro instead of assuming .Msg member name.

Additional context
Required when using generated headers, as the member name may not be "Msg" or may be further encapsulated.

Requester Info
Joseph Hickey, Vantage Systems, Inc.

@jphickey jphickey self-assigned this Sep 30, 2021
jphickey added a commit to jphickey/ci_lab that referenced this issue Sep 30, 2021
Updates conversions to CFE_Message_t to use the MSG macro
This also uses consistent naming - TelemetryHeader rather than TlmHeader
@skliper skliper added the enhancement New feature or request label Oct 22, 2021
astrogeco added a commit to astrogeco/ci_lab that referenced this issue Nov 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
2 participants