RAVE
CompositeUtilValue_t Struct Reference

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_tparameter
 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
 

Detailed Description

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.

Member Data Documentation

◆ extradata

void* CompositeUtilValue_t::extradata

will be provided to the extradata pointer in the function call

◆ getPolarValueAtPosition

composite_utils_getPolarValueAtPosition_fun CompositeUtilValue_t::getPolarValueAtPosition

specific get polar value at position

◆ mindist

double CompositeUtilValue_t::mindist

min distance

◆ name

const char* CompositeUtilValue_t::name

name of quantity

◆ navinfo

PolarNavigationInfo CompositeUtilValue_t::navinfo

the navigation info

◆ parameter

CartesianParam_t* CompositeUtilValue_t::parameter

the cartesian parameter

◆ qivalue

double CompositeUtilValue_t::qivalue

quality value

◆ radardist

double CompositeUtilValue_t::radardist

distance to radar

◆ radarindex

int CompositeUtilValue_t::radarindex

radar index in list of radars

◆ value

double CompositeUtilValue_t::value

value

◆ vtype

RaveValueType CompositeUtilValue_t::vtype

value type


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