ast_dataitem_velocity_polar_t Struct Reference

Data Item - Calculated Track Track Velocity in Polar Co-ordinates. More...

#include <cat_generic.h>

Data Fields

bool valid
 
int raw_ground_speed
 Raw format as defined in doc, resolution 2^-14 nm/s. More...
 
int raw_heading
 Raw format as defined in doc, resolution 360/2^16 degree. More...
 
double ground_speed
 Ground speed, LSB = knot. More...
 
double heading
 Heading, LSB = degree. More...
 

Detailed Description

Data Item - Calculated Track Track Velocity in Polar Co-ordinates.

Field Documentation

◆ ground_speed

double ast_dataitem_velocity_polar_t::ground_speed

Ground speed, LSB = knot.

◆ heading

double ast_dataitem_velocity_polar_t::heading

Heading, LSB = degree.

◆ raw_ground_speed

int ast_dataitem_velocity_polar_t::raw_ground_speed

Raw format as defined in doc, resolution 2^-14 nm/s.

◆ raw_heading

int ast_dataitem_velocity_polar_t::raw_heading

Raw format as defined in doc, resolution 360/2^16 degree.

◆ valid

bool ast_dataitem_velocity_polar_t::valid

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