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
I performed a cursory search to see if the bug report is relevant, not redundant, nor in conflict with other tickets.
Describe the bug
HS Table definitions should use the CFE_TBL_FILEDEF macro. They should not directly instantiate the CFE_TBL_FileDef_t object.
To Reproduce
N/A
Expected behavior
Use the CFE_TBL_FILEDEF macro.
System observed on:
Debian
Additional context
The intent of the CFE_TBL_FILEDEF macro is to allow the definition/interpretation of the CFE_TBL_FileDef_t structure to evolve depending on the table generation tool. Directly instantiating the object only works with the current definition.
Reporter Info
Joseph Hickey, Vantage Systems, Inc.
The text was updated successfully, but these errors were encountered:
The FILEDEF macro is intended to allow table source files to adapt to other
tools and workflows more easily. The macro should be used instead of
instantiating the CFE_TBL_FileDef_t structure directly.
Checklist (Please check before submitting)
Describe the bug
HS Table definitions should use the CFE_TBL_FILEDEF macro. They should not directly instantiate the CFE_TBL_FileDef_t object.
To Reproduce
N/A
Expected behavior
Use the CFE_TBL_FILEDEF macro.
System observed on:
Debian
Additional context
The intent of the CFE_TBL_FILEDEF macro is to allow the definition/interpretation of the
CFE_TBL_FileDef_t
structure to evolve depending on the table generation tool. Directly instantiating the object only works with the current definition.Reporter Info
Joseph Hickey, Vantage Systems, Inc.
The text was updated successfully, but these errors were encountered: