Skip to content

TO_LAB should better follow cmd/tlm patterns in other modules #22

@jphickey

Description

@jphickey

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions