Expand description
CFE-specific packet definitions, views, and builders.
This module builds upon the generic CCSDS SpacePacket to provide
types that match the exact memory layout of cFE Command and Telemetry messages.
Structs§
- Telecommand
- A zero-copy view over a complete CFE command packet (headers + payload). This is the primary struct you will use to represent a command.
- Telecommand
Builder - Use builder syntax to set the inputs and finish with
build(). - Telecommand
Secondary Header - The CFE command secondary header (2 bytes).
Enums§
- Telecommand
Error - An error that can occur when building a CFE packet.