Skip to content

Inconsistent use of TBL vs TABLE #78

Description

@astrogeco

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions