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

#include <AP_Nav_Common.h>

Public Attributes

struct {
   bool   attitude: 1
 
   bool   horiz_vel: 1
 
   bool   vert_vel: 1
 
   bool   horiz_pos_rel: 1
 
   bool   horiz_pos_abs: 1
 
   bool   vert_pos: 1
 
   bool   terrain_alt: 1
 
   bool   const_pos_mode: 1
 
   bool   pred_horiz_pos_rel: 1
 
   bool   pred_horiz_pos_abs: 1
 
   bool   takeoff_detected: 1
 
   bool   takeoff: 1
 
   bool   touchdown: 1
 
   bool   using_gps: 1
 
   bool   gps_glitching: 1
 
flags
 
uint16_t value
 

Detailed Description

Definition at line 19 of file AP_Nav_Common.h.

Member Data Documentation

◆ attitude

bool nav_filter_status::attitude

◆ const_pos_mode

bool nav_filter_status::const_pos_mode

◆ flags

struct { ... } nav_filter_status::flags

◆ gps_glitching

bool nav_filter_status::gps_glitching

◆ horiz_pos_abs

bool nav_filter_status::horiz_pos_abs

◆ horiz_pos_rel

bool nav_filter_status::horiz_pos_rel

◆ horiz_vel

bool nav_filter_status::horiz_vel

◆ pred_horiz_pos_abs

bool nav_filter_status::pred_horiz_pos_abs

◆ pred_horiz_pos_rel

bool nav_filter_status::pred_horiz_pos_rel

◆ takeoff

bool nav_filter_status::takeoff

◆ takeoff_detected

bool nav_filter_status::takeoff_detected

◆ terrain_alt

bool nav_filter_status::terrain_alt

◆ touchdown

bool nav_filter_status::touchdown

◆ using_gps

bool nav_filter_status::using_gps

◆ value

uint16_t nav_filter_status::value

◆ vert_pos

bool nav_filter_status::vert_pos

◆ vert_vel

bool nav_filter_status::vert_vel

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