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
- Each command handler should be its own function with its own distinct structure type that is passed in to it
- Housekeeping should put its payload into a separate sub-structure called "Payload"
- Telemetry/Command naming conventions documented in CFE should be adhered to
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.