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 #106

Closed
jphickey opened this issue Sep 30, 2021 · 0 comments · Fixed by #107
Closed

Update CFE_MSG_Message_t conversions to use CFE_MSG_PTR macro #106

jphickey opened this issue Sep 30, 2021 · 0 comments · Fixed by #107
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
@skliper skliper added the enhancement New feature or request label Oct 7, 2021
astrogeco added a commit to astrogeco/to_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
Development

Successfully merging a pull request may close this issue.

2 participants