Expand description
CFE-specific telemetry packet definitions and builder.
Modules§
- bitmask
- Bitmask constants for the telemetry secondary header fields.
Structs§
- Telemetry
- A zero-copy view over a complete CFE telemetry packet (headers + payload). This is the primary struct you will use to represent telemetry.
- Telemetry
Builder - Use builder syntax to set the inputs and finish with
build(). - Telemetry
Secondary Header - The CFE telemetry secondary header (6-byte time + 4-byte padding).
Enums§
- Telemetry
Error - An error that can occur when building a CFE telemetry packet.