|
RAVE
|
Structure for keeping track on values / parameter. More...
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 | |
| CartesianParam_t * | parameter |
| the cartesian parameter | |
| double | qivalue |
| quality index value | |
| int | noOfValuePositions |
| the number of valid positions in valuePositions-array below | |
| CompositeValuePosition_t | valuePositions [MAX_NO_OF_SURROUNDING_POSITIONS] |
| value positions array | |
Structure for keeping track on values / parameter.
| double CompositeValues_t::mindist |
min distance
| const char* CompositeValues_t::name |
name of quantity
| int CompositeValues_t::noOfValuePositions |
the number of valid positions in valuePositions-array below
| CartesianParam_t* CompositeValues_t::parameter |
the cartesian parameter
| double CompositeValues_t::qivalue |
quality index value
| double CompositeValues_t::radardist |
distance to radar
| int CompositeValues_t::radarindex |
radar index in list of radars
| double CompositeValues_t::value |
value
| CompositeValuePosition_t CompositeValues_t::valuePositions[MAX_NO_OF_SURROUNDING_POSITIONS] |
value positions array
| RaveValueType CompositeValues_t::vtype |
value type