You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 aCFE_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.
The text was updated successfully, but these errors were encountered: