2018-08-06 21:30:05 -03:00
|
|
|
uint64 timestamp # time since system start (microseconds)
|
|
|
|
|
2015-07-12 07:34:35 -03: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 13:23:09 -04:00
|
|
|
uint8 TELEMETRY_STATUS_RADIO_TYPE_USB = 4
|
2016-11-18 15:59:07 -04:00
|
|
|
uint8 TELEMETRY_STATUS_RADIO_TYPE_IRIDIUM = 5
|
2015-07-12 07:34:35 -03:00
|
|
|
|
|
|
|
uint64 heartbeat_time # Time of last received heartbeat from remote system
|
2018-08-06 12:25:05 -03:00
|
|
|
|
2015-07-12 07:34:35 -03:00
|
|
|
uint8 type # type of the radio hardware
|
2018-08-06 12:25:05 -03:00
|
|
|
|
2015-07-12 07:34:35 -03:00
|
|
|
uint8 system_id # system id of the remote system
|
|
|
|
uint8 component_id # component id of the remote system
|
2018-08-06 12:25:05 -03: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
|