![]() |
WarpTwin
Documentation for WarpTwin models and classes.
|
Telemetry packet type metadata struct. More...
#include <TelemetryManager.h>
Public Attributes | |
| clockwerk::Time | rate_sec |
| clockwerk::Time | last_sent |
| Time interval between transmissions of this packet. | |
| uint16 | apid |
| The last time this packet was sent. | |
| uint16 | count |
| Packet APID. | |
| tlm_priority_e | priority |
| Packet counter, rolls over at 0xFFFF. | |
| uint8 | instance |
| Priority ranking of the packet. | |
| uint8 | target |
| Instance of APID used. | |
Telemetry packet type metadata struct.
Stores metadata on a specific telemetry packet type for use by the telemetry manager to determine if and when a packet should be sent
| uint16 warpos::PacketTypeInfo::apid |
The last time this packet was sent.
| uint16 warpos::PacketTypeInfo::count |
Packet APID.
| uint8 warpos::PacketTypeInfo::instance |
Priority ranking of the packet.
| clockwerk::Time warpos::PacketTypeInfo::last_sent |
Time interval between transmissions of this packet.
| tlm_priority_e warpos::PacketTypeInfo::priority |
Packet counter, rolls over at 0xFFFF.
| clockwerk::Time warpos::PacketTypeInfo::rate_sec |
| uint8 warpos::PacketTypeInfo::target |
Instance of APID used.