mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-02 05:04:08 +08:00
9 lines
400 B
Plaintext
9 lines
400 B
Plaintext
|
|
uint64 timestamp # time since system start(microseconds)
|
|
uint8 rssi # [dB] received signal strength indicator
|
|
uint8 snr # [dB] signal to noise ratio
|
|
uint8 mcs_index # multipoint coding scheme index
|
|
uint8 number_spatial_streams # number of spatial streams
|
|
uint8 queue_size # queue size, number of packets in tx queue
|
|
uint8 air_time # percentage of the time the radio is transmitting
|