ast_heading_t Struct Reference

Heading. More...

#include <type.h>

Data Fields

bool valid
 true if heading (magnetic or geographic) is valid More...
 
bool magnetic_valid
 true if magnetic heading is valid More...
 
double magnetic
 Magnetic heading in degree, range [0, 360) More...
 
bool geographic_valid
 true if geographic (true) heading is valid More...
 
double geographic
 Geographic (true) heading in degree, range [0, 360) More...
 

Detailed Description

Heading.

Field Documentation

◆ geographic

double ast_heading_t::geographic

Geographic (true) heading in degree, range [0, 360)

◆ geographic_valid

bool ast_heading_t::geographic_valid

true if geographic (true) heading is valid

◆ magnetic

double ast_heading_t::magnetic

Magnetic heading in degree, range [0, 360)

◆ magnetic_valid

bool ast_heading_t::magnetic_valid

true if magnetic heading is valid

◆ valid

bool ast_heading_t::valid

true if heading (magnetic or geographic) is valid


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