APM:Libraries
|
#include <AP_Nav_Common.h>
Public Attributes | |
struct { | |
bool bad_sAcc: 1 | |
bool bad_hAcc: 1 | |
bool bad_yaw: 1 | |
bool bad_sats: 1 | |
bool bad_VZ: 1 | |
bool bad_horiz_drift: 1 | |
bool bad_hdop: 1 | |
bool bad_vert_vel: 1 | |
bool bad_fix: 1 | |
bool bad_horiz_vel: 1 | |
bool bad_vAcc: 1 | |
} | flags |
uint16_t | value |
Definition at line 42 of file AP_Nav_Common.h.
bool nav_gps_status::bad_fix |
Definition at line 52 of file AP_Nav_Common.h.
Referenced by NavEKF2_core::getFilterGpsStatus(), and NavEKF3_core::getFilterGpsStatus().
bool nav_gps_status::bad_hAcc |
Definition at line 45 of file AP_Nav_Common.h.
Referenced by NavEKF2_core::getFilterGpsStatus(), and NavEKF3_core::getFilterGpsStatus().
bool nav_gps_status::bad_hdop |
Definition at line 50 of file AP_Nav_Common.h.
Referenced by NavEKF2_core::getFilterGpsStatus(), and NavEKF3_core::getFilterGpsStatus().
bool nav_gps_status::bad_horiz_drift |
Definition at line 49 of file AP_Nav_Common.h.
Referenced by NavEKF2_core::getFilterGpsStatus(), and NavEKF3_core::getFilterGpsStatus().
bool nav_gps_status::bad_horiz_vel |
Definition at line 53 of file AP_Nav_Common.h.
Referenced by NavEKF2_core::getFilterGpsStatus(), and NavEKF3_core::getFilterGpsStatus().
bool nav_gps_status::bad_sAcc |
Definition at line 44 of file AP_Nav_Common.h.
Referenced by NavEKF2_core::getFilterGpsStatus(), and NavEKF3_core::getFilterGpsStatus().
bool nav_gps_status::bad_sats |
Definition at line 47 of file AP_Nav_Common.h.
Referenced by NavEKF2_core::getFilterGpsStatus(), and NavEKF3_core::getFilterGpsStatus().
bool nav_gps_status::bad_vAcc |
Definition at line 54 of file AP_Nav_Common.h.
Referenced by NavEKF2_core::getFilterGpsStatus(), and NavEKF3_core::getFilterGpsStatus().
bool nav_gps_status::bad_vert_vel |
Definition at line 51 of file AP_Nav_Common.h.
Referenced by NavEKF2_core::getFilterGpsStatus(), and NavEKF3_core::getFilterGpsStatus().
bool nav_gps_status::bad_VZ |
Definition at line 48 of file AP_Nav_Common.h.
bool nav_gps_status::bad_yaw |
Definition at line 46 of file AP_Nav_Common.h.
Referenced by NavEKF2_core::getFilterGpsStatus(), and NavEKF3_core::getFilterGpsStatus().
struct { ... } nav_gps_status::flags |
Referenced by NavEKF2_core::getFilterGpsStatus(), and NavEKF3_core::getFilterGpsStatus().
uint16_t nav_gps_status::value |
Definition at line 56 of file AP_Nav_Common.h.
Referenced by NavEKF2_core::getFilterGpsStatus(), and NavEKF3_core::getFilterGpsStatus().