|
NinjaFlight
|
#include <mavlink_msg_radio_status.h>
Data Fields | |
| uint16_t | rxerrors |
| Receive errors. More... | |
| uint16_t | fixed |
| Count of error corrected packets. More... | |
| uint8_t | rssi |
| Local signal strength. More... | |
| uint8_t | remrssi |
| Remote signal strength. More... | |
| uint8_t | txbuf |
| Remaining free buffer space in percent. More... | |
| uint8_t | noise |
| Background noise level. More... | |
| uint8_t | remnoise |
| Remote background noise level. More... | |
| uint16_t __mavlink_radio_status_t::fixed |
Count of error corrected packets.
| uint8_t __mavlink_radio_status_t::noise |
Background noise level.
| uint8_t __mavlink_radio_status_t::remnoise |
Remote background noise level.
| uint8_t __mavlink_radio_status_t::remrssi |
Remote signal strength.
| uint8_t __mavlink_radio_status_t::rssi |
Local signal strength.
| uint16_t __mavlink_radio_status_t::rxerrors |
Receive errors.
| uint8_t __mavlink_radio_status_t::txbuf |
Remaining free buffer space in percent.