APM:Libraries
Public Attributes | List of all members
nav_gps_status Union Reference

#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
 

Detailed Description

Definition at line 42 of file AP_Nav_Common.h.

Member Data Documentation

◆ bad_fix

bool nav_gps_status::bad_fix

◆ bad_hAcc

bool nav_gps_status::bad_hAcc

◆ bad_hdop

bool nav_gps_status::bad_hdop

◆ bad_horiz_drift

bool nav_gps_status::bad_horiz_drift

◆ bad_horiz_vel

bool nav_gps_status::bad_horiz_vel

◆ bad_sAcc

bool nav_gps_status::bad_sAcc

◆ bad_sats

bool nav_gps_status::bad_sats

◆ bad_vAcc

bool nav_gps_status::bad_vAcc

◆ bad_vert_vel

bool nav_gps_status::bad_vert_vel

◆ bad_VZ

bool nav_gps_status::bad_VZ

Definition at line 48 of file AP_Nav_Common.h.

◆ bad_yaw

bool nav_gps_status::bad_yaw

◆ flags

struct { ... } nav_gps_status::flags

◆ value

uint16_t nav_gps_status::value

The documentation for this union was generated from the following file: