-
Notifications
You must be signed in to change notification settings - Fork 203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Correct minor name inconsistencies in ES #2502
Comments
jphickey
added a commit
to jphickey/cFE
that referenced
this issue
Jan 25, 2024
Corrects cases where ES symbol names did not exactly match expected conventions.
2 tasks
jphickey
added a commit
to jphickey/cFE
that referenced
this issue
Jan 25, 2024
Corrects cases where ES symbol names did not exactly match expected conventions.
jphickey
added a commit
to jphickey/cFE
that referenced
this issue
Jan 25, 2024
Corrects cases where ES symbol names did not exactly match expected conventions.
jphickey
added a commit
to jphickey/cFE
that referenced
this issue
Jan 25, 2024
Corrects cases where symbol names in ES and TIME did not exactly match the expected conventions.
jphickey
added a commit
to jphickey/cFE
that referenced
this issue
Jan 25, 2024
Corrects cases where ES symbol names did not exactly match expected conventions.
2 tasks
jphickey
added a commit
to jphickey/cFE
that referenced
this issue
Jan 25, 2024
Corrects cases where ES symbol names did not exactly match expected conventions.
jphickey
added a commit
to jphickey/cFE
that referenced
this issue
Jan 29, 2024
Corrects cases where CFE symbol names did not exactly match expected conventions.
jphickey
added a commit
to jphickey/cFE
that referenced
this issue
Jan 29, 2024
Corrects cases where CFE symbol names did not exactly match expected conventions.
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
There are some remaining naming convention inconsistencies in ES. Notably:
_SYSLOG_CC
should be_SYS_LOG_CC
- because CamelCase version isSysLog
, therefore it is two words, not one. Alternatively, CamelCase version could beSyslog
, but that's probably a more significant change.CFE_ES_PerfTrigger_START
, notCFE_ES_PERF_TRIGGER_START
.These are all just simple search/replace fixes.
Describe the solution you'd like
Rename symbols
Additional context
This inconsistency causes name mismatches when using generated headers, as the generated headers follow the conventions strictly.
Requester Info
Joseph Hickey, Vantage Systems, Inc.
The text was updated successfully, but these errors were encountered: