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.
Implicit padding, as well as the issues detailed in #664 (configurable sized elements early in the packet) in CFE_TBL_HousekeepingTlm_Payload_t. There's 2 bytes being added after ByteAlignPad1.
Noticed when debugging memory handle info reporting commands in ES. Discovered the table pool handle was being interpreted incorrectly in cFS-GroundSystem due to the implicit padding.
Describe the solution you'd like
Likely addressed as part of the transition to the cmd/tlm structures being generated/delivered from a more complete data description.
Describe alternatives you've considered
Could quick fix.
Is your feature request related to a problem? Please describe.
Implicit padding, as well as the issues detailed in #664 (configurable sized elements early in the packet) in
CFE_TBL_HousekeepingTlm_Payload_t
. There's 2 bytes being added afterByteAlignPad1
.cFE/modules/tbl/fsw/inc/cfe_tbl_msg.h
Lines 727 to 784 in 33a4f19
Noticed when debugging memory handle info reporting commands in ES. Discovered the table pool handle was being interpreted incorrectly in cFS-GroundSystem due to the implicit padding.
Describe the solution you'd like
Likely addressed as part of the transition to the cmd/tlm structures being generated/delivered from a more complete data description.
Describe alternatives you've considered
Could quick fix.
Additional context
#664
Requester Info
Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered: