WarpTwin
Documentation for WarpTwin models and classes.
Loading...
Searching...
No Matches
warpos::PacketInfo Struct Reference

Telemetry packet metadata struct. More...

#include <TelemetryManager.h>

Public Attributes

uint32 size
uint16 apid
 Size of the packet in bytes.
clockwerk::Time timestamp
 Packet APID.
uint8 instance
 Timestamp of when the packet was added to the queue.

Detailed Description

Telemetry packet metadata struct.

Stores metadata on a specific telemetry packet for use by the telemetry manager to determine the type and size of the next packet in the telemetry byte queue

Member Data Documentation

◆ apid

uint16 warpos::PacketInfo::apid

Size of the packet in bytes.

◆ instance

uint8 warpos::PacketInfo::instance

Timestamp of when the packet was added to the queue.

◆ size

uint32 warpos::PacketInfo::size

◆ timestamp

clockwerk::Time warpos::PacketInfo::timestamp

Packet APID.


The documentation for this struct was generated from the following file: