-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Describe the bug
It seems we use TBL and TABLE interchangeably. For example
status = CFE_TBL_Register(&SAMPLE_AppData.TblHandles[0],
"SampleAppTable",
sizeof(SAMPLE_APP_Table_t),
CFE_TBL_OPT_DEFAULT,
SAMPLE_TblValidationFunc);
has both uses.
To Reproduce
Search the sample_app directory for uses of TBL and TABLE both upper and lower case combinations exist.
Expected behavior
A single mnemonic for tables. TBL seems to be the default used in cFS.
Reporter Info
Gerardo E. Cruz-Ortiz, NASA-GSFC
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request