NinjaFlight
|
#include <mavlink_msg_gps_status.h>
Data Fields | |
uint8_t | satellites_visible |
Number of satellites visible. More... | |
uint8_t | satellite_prn [20] |
Global satellite ID. More... | |
uint8_t | satellite_used [20] |
0: Satellite not used, 1: used for localization More... | |
uint8_t | satellite_elevation [20] |
Elevation (0: right on top of receiver, 90: on the horizon) of satellite. More... | |
uint8_t | satellite_azimuth [20] |
Direction of satellite, 0: 0 deg, 255: 360 deg. More... | |
uint8_t | satellite_snr [20] |
Signal to noise ratio of satellite. More... | |
uint8_t __mavlink_gps_status_t::satellite_azimuth[20] |
Direction of satellite, 0: 0 deg, 255: 360 deg.
uint8_t __mavlink_gps_status_t::satellite_elevation[20] |
Elevation (0: right on top of receiver, 90: on the horizon) of satellite.
uint8_t __mavlink_gps_status_t::satellite_prn[20] |
Global satellite ID.
uint8_t __mavlink_gps_status_t::satellite_snr[20] |
Signal to noise ratio of satellite.
uint8_t __mavlink_gps_status_t::satellite_used[20] |
0: Satellite not used, 1: used for localization
uint8_t __mavlink_gps_status_t::satellites_visible |
Number of satellites visible.