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... | |
Data Item - Calculated Track Track Velocity in Polar Co-ordinates.
double ast_dataitem_velocity_polar_t::ground_speed |
Ground speed, LSB = knot.
double ast_dataitem_velocity_polar_t::heading |
Heading, LSB = degree.
int ast_dataitem_velocity_polar_t::raw_ground_speed |
Raw format as defined in doc, resolution 2^-14 nm/s.
int ast_dataitem_velocity_polar_t::raw_heading |
Raw format as defined in doc, resolution 360/2^16 degree.
bool ast_dataitem_velocity_polar_t::valid |