2018-08-07 01:30:05 +01:00
|
|
|
uint64 timestamp # time since system start (microseconds)
|
|
|
|
|
|
2015-07-12 12:34:35 +02:00
|
|
|
uint8 TELEMETRY_STATUS_RADIO_TYPE_GENERIC = 0
|
|
|
|
|
uint8 TELEMETRY_STATUS_RADIO_TYPE_3DR_RADIO = 1
|
|
|
|
|
uint8 TELEMETRY_STATUS_RADIO_TYPE_UBIQUITY_BULLET = 2
|
|
|
|
|
uint8 TELEMETRY_STATUS_RADIO_TYPE_WIRE = 3
|
2015-11-04 18:23:09 +01:00
|
|
|
uint8 TELEMETRY_STATUS_RADIO_TYPE_USB = 4
|
2016-11-18 14:59:07 -05:00
|
|
|
uint8 TELEMETRY_STATUS_RADIO_TYPE_IRIDIUM = 5
|
2015-07-12 12:34:35 +02:00
|
|
|
|
|
|
|
|
uint64 heartbeat_time # Time of last received heartbeat from remote system
|
2018-08-06 11:25:05 -04:00
|
|
|
|
2015-07-12 12:34:35 +02:00
|
|
|
uint8 type # type of the radio hardware
|
2018-08-06 11:25:05 -04:00
|
|
|
|
2015-07-12 12:34:35 +02:00
|
|
|
uint8 system_id # system id of the remote system
|
|
|
|
|
uint8 component_id # component id of the remote system
|
2018-08-06 11:25:05 -04:00
|
|
|
|
|
|
|
|
uint8 mode
|
|
|
|
|
|
|
|
|
|
bool flow_control
|
|
|
|
|
bool forwarding
|
|
|
|
|
bool mavlink_v2
|
|
|
|
|
bool ftp
|
|
|
|
|
|
|
|
|
|
uint8 streams
|
|
|
|
|
|
|
|
|
|
float32 data_rate
|
|
|
|
|
|
|
|
|
|
float32 rate_multiplier
|
|
|
|
|
|
|
|
|
|
float32 rate_rx
|
|
|
|
|
|
|
|
|
|
float32 rate_tx
|
|
|
|
|
float32 rate_txerr
|