RAVE
CompositeEngineRadarData_t Struct Reference

Contains information required when determining what data point to use. More...

#include <compositeengine.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_engine_getPolarValueAtPosition_fun getPolarValueAtPosition
 specific get polar value at position
void * extradata
 will be provided to the extradata pointer in the function call

Detailed Description

Contains information required when determining what data point to use.

Member Data Documentation

◆ extradata

void* CompositeEngineRadarData_t::extradata

will be provided to the extradata pointer in the function call

◆ getPolarValueAtPosition

composite_engine_getPolarValueAtPosition_fun CompositeEngineRadarData_t::getPolarValueAtPosition

specific get polar value at position

◆ mindist

double CompositeEngineRadarData_t::mindist

min distance

◆ name

const char* CompositeEngineRadarData_t::name

name of quantity

◆ navinfo

PolarNavigationInfo CompositeEngineRadarData_t::navinfo

the navigation info

◆ parameter

CartesianParam_t* CompositeEngineRadarData_t::parameter

the cartesian parameter

◆ qivalue

double CompositeEngineRadarData_t::qivalue

quality value

◆ radardist

double CompositeEngineRadarData_t::radardist

distance to radar

◆ radarindex

int CompositeEngineRadarData_t::radarindex

radar index in list of radars

◆ value

double CompositeEngineRadarData_t::value

value

◆ vtype

RaveValueType CompositeEngineRadarData_t::vtype

value type


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