RAVE
|
This structure can be used to keep track of what value that should be used when calculating what value to be used for a position. More...
#include <composite_utils.h>
Public Attributes | |
RaveValueType | vtype |
value type | |
double | value |
value | |
double | mindist |
min distance | |
double | radardist |
distance to radar | |
int | radarindex |
radar index in list of radars | |
const char * | name |
name of quantity | |
PolarNavigationInfo | navinfo |
the navigation info | |
CartesianParam_t * | parameter |
the cartesian parameter | |
double | qivalue |
quality value | |
composite_utils_getPolarValueAtPosition_fun | getPolarValueAtPosition |
specific get polar value at position | |
void * | extradata |
will be provided to the extradata pointer in the function call | |
This structure can be used to keep track of what value that should be used when calculating what value to be used for a position.
void* CompositeUtilValue_t::extradata |
will be provided to the extradata pointer in the function call
composite_utils_getPolarValueAtPosition_fun CompositeUtilValue_t::getPolarValueAtPosition |
specific get polar value at position
double CompositeUtilValue_t::mindist |
min distance
const char* CompositeUtilValue_t::name |
name of quantity
PolarNavigationInfo CompositeUtilValue_t::navinfo |
the navigation info
CartesianParam_t* CompositeUtilValue_t::parameter |
the cartesian parameter
double CompositeUtilValue_t::qivalue |
quality value
double CompositeUtilValue_t::radardist |
distance to radar
int CompositeUtilValue_t::radarindex |
radar index in list of radars
double CompositeUtilValue_t::value |
value
RaveValueType CompositeUtilValue_t::vtype |
value type