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
Describe the bug
It seems we use TBL and TABLE interchangeably. For example
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