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
SC also has a few command code macros that are not consistent with the enumeration identifiers or the command function name (all are cases of 2 words being combined into 1).
Code snips SC_StartRtsGrpCmd() SC_START_RTSGRP_CC (should be SC_START_RTS_GRP_CC)
SC_EnableRtsGrpCmd() SC_ENABLE_RTSGRP_CC (should be SC_ENABLE_RTS_GRP_CC)
...and a couple more.
Expected behavior
Identifiers should conform to the cFS/cFE naming convention with regard to consistent use of underscores to make mnemonics clear and readable.
Checklist
Describe the bug
Code snips
SC_StartRtsGrpCmd()
SC_START_RTSGRP_CC
(should beSC_START_RTS_GRP_CC
)SC_EnableRtsGrpCmd()
SC_ENABLE_RTSGRP_CC
(should beSC_ENABLE_RTS_GRP_CC
)...and a couple more.
Expected behavior
Identifiers should conform to the cFS/cFE naming convention with regard to consistent use of underscores to make mnemonics clear and readable.
Reporter Info
Avi Weiss @thnkslprpt
The text was updated successfully, but these errors were encountered: