Skip to main content

Module tc

Module tc 

Source
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.
TelecommandBuilder
Use builder syntax to set the inputs and finish with build().
TelecommandSecondaryHeader
The CFE command secondary header (2 bytes).

Enums§

TelecommandError
An error that can occur when building a CFE packet.