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
Apps typically cast to a CFE_MSG_Message_t or use *.Msg. Better to use abstracted CFE_MSG_PTR. NOTE - Not backwards compatible with Caelum so recommend not addressing in Draco.
Imported from GSFCCFS-1900
The text was updated successfully, but these errors were encountered:
This also updates all data structures and function names to use the
proper naming conventions - that is:
- Structure for each command that matches command name
- Consistent application of CamelCase and command code name (_CC)
This also fixes a few other unsafe/improper casts regarding message
buffers.
Apps typically cast to a CFE_MSG_Message_t or use *.Msg. Better to use abstracted CFE_MSG_PTR. NOTE - Not backwards compatible with Caelum so recommend not addressing in Draco.
Imported from GSFCCFS-1900
The text was updated successfully, but these errors were encountered: