-
Notifications
You must be signed in to change notification settings - Fork 41
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
TO_LAB should better follow cmd/tlm patterns in other modules #22
Comments
jphickey
added a commit
to jphickey/to_lab
that referenced
this issue
Feb 7, 2020
Follow the naming conventions in the CFE naming convention document and follow message processing patterns from other modules. - Separate each command into a separate handler function - Each command handler accepts a const pointer to the full message - Put Telemetry payload into a separate "Payload" sub-structure
jphickey
added a commit
to jphickey/to_lab
that referenced
this issue
Feb 11, 2020
jphickey
added a commit
to jphickey/to_lab
that referenced
this issue
Mar 2, 2020
Follow the naming conventions in the CFE naming convention document and follow message processing patterns from other modules. - Separate each command into a separate handler function - Each command handler accepts a const pointer to the full message - Put Telemetry payload into a separate "Payload" sub-structure
astrogeco
pushed a commit
that referenced
this issue
Mar 9, 2020
Follow the naming conventions in the CFE naming convention document and follow message processing patterns from other modules. - Separate each command into a separate handler function - Each command handler accepts a const pointer to the full message - Put Telemetry payload into a separate "Payload" sub-structure
Merged
Merged
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.
The TO_LAB implementation currently does not adhere to the command/telemetry processing patterns established in CFE core and other modules.
Describe the solution you'd like
Additional context
Part of the reason for some of these patterns is they help future-proof the code and also help avoid issues like #21.
Requester Info
Joseph Hickey, Vantage Systems Inc.
The text was updated successfully, but these errors were encountered: