Data Item I010/040 - Measured Position in Polar Co-ordinates. More...
#include <cat010.h>
Data Fields | |
bool | valid |
int | raw_rho |
Raw format as defined in doc, resolution 1 meter. More... | |
int | raw_theta |
Raw format as defined in doc, resolution 360/2^16 degree. More... | |
double | rho |
Rho, in meter. More... | |
double | theta |
Theta, in degree. More... | |
Data Item I010/040 - Measured Position in Polar Co-ordinates.
int ast_dataitem_010_040_t::raw_rho |
Raw format as defined in doc, resolution 1 meter.
int ast_dataitem_010_040_t::raw_theta |
Raw format as defined in doc, resolution 360/2^16 degree.
double ast_dataitem_010_040_t::rho |
Rho, in meter.
double ast_dataitem_010_040_t::theta |
Theta, in degree.
bool ast_dataitem_010_040_t::valid |