![]() |
ModelSpace
Documentation for ModelSpace 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. More... | |
| uint16 | apid |
| The last time this packet was sent. More... | |
| uint16 | count |
| Packet APID. More... | |
| tlm_priority_e | priority |
| Packet counter, rolls over at 0xFFFF. More... | |
| uint8 | target |
| Priority ranking of the packet (currently unused) More... | |
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 cfspp::PacketTypeInfo::apid |
The last time this packet was sent.
| uint16 cfspp::PacketTypeInfo::count |
Packet APID.
| clockwerk::Time cfspp::PacketTypeInfo::last_sent |
Time interval between transmissions of this packet.
| tlm_priority_e cfspp::PacketTypeInfo::priority |
Packet counter, rolls over at 0xFFFF.
| clockwerk::Time cfspp::PacketTypeInfo::rate_sec |
| uint8 cfspp::PacketTypeInfo::target |
Priority ranking of the packet (currently unused)