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