2018-11-27 17:43:22 -05:00
|
|
|
uint8 LINK_TYPE_GENERIC = 0
|
2020-02-03 15:49:47 +01:00
|
|
|
uint8 LINK_TYPE_UBIQUITY_BULLET = 1
|
|
|
|
|
uint8 LINK_TYPE_WIRE = 2
|
|
|
|
|
uint8 LINK_TYPE_USB = 3
|
|
|
|
|
uint8 LINK_TYPE_IRIDIUM = 4
|
2018-11-27 17:43:22 -05:00
|
|
|
|
|
|
|
|
uint64 timestamp # time since system start (microseconds)
|
2015-07-12 12:34:35 +02:00
|
|
|
|
2020-08-07 12:23:52 -04:00
|
|
|
telemetry_heartbeat[4] heartbeats
|
2018-08-06 11:25:05 -04:00
|
|
|
|
2019-03-07 17:45:50 +01:00
|
|
|
uint8 type # type of the radio hardware (LINK_TYPE_*)
|
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
|