![]() |
WarpTwin
Documentation for WarpTwin models and classes.
|
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. | |
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
| uint16 warpos::PacketInfo::apid |
Size of the packet in bytes.
| uint8 warpos::PacketInfo::instance |
Timestamp of when the packet was added to the queue.
| uint32 warpos::PacketInfo::size |
| clockwerk::Time warpos::PacketInfo::timestamp |
Packet APID.