RAVE
_CompositeEngine_t Struct Reference

Represents the cartesian product. More...

Public Attributes

RAVE_OBJECT_HEAD composite_engine_onStarting_fun onStarting
 Always on top.
 
composite_engine_onFinished_fun onFinished
 Called just after the compositing loop has finished.
 
composite_engine_getLonLat_fun getLonLat
 Calculates the lon/lat from the x/y surface coordinate.
 
composite_engine_selectRadarData_fun selectRadarData
 From the lon/lat the wanted radar data is returned.
 
composite_engine_getPolarValueAtPosition_fun getPolarValueAtPosition
 gets a polar value at specified position
 
composite_engine_setRadarData_fun setRadarData
 sets the radar data in the composite
 
composite_engine_addQualityFlagsToCartesian_fun addQualityFlagsToCartesian
 adds quality flags to the cartesian product
 
composite_engine_getQualityValue_fun getQualityValue
 returns the quality value at specified location
 
composite_engine_fillQualityInformation_fun fillQualityInformation
 fills the quality fields
 
RaveObjectHashTable_tpolarValueAtPositionMapping
 a mapping between requested quantity and a call for getPolarValueAtPosition
 
RaveProperties_tproperties
 properties that is required to setup the factory and engine
 
RaveObjectHashTable_tqualityFlagDefinitions
 the quality flag definitions
 

Detailed Description

Represents the cartesian product.

Member Data Documentation

◆ addQualityFlagsToCartesian

composite_engine_addQualityFlagsToCartesian_fun _CompositeEngine_t::addQualityFlagsToCartesian

adds quality flags to the cartesian product

◆ fillQualityInformation

composite_engine_fillQualityInformation_fun _CompositeEngine_t::fillQualityInformation

fills the quality fields

◆ getLonLat

composite_engine_getLonLat_fun _CompositeEngine_t::getLonLat

Calculates the lon/lat from the x/y surface coordinate.

◆ getPolarValueAtPosition

composite_engine_getPolarValueAtPosition_fun _CompositeEngine_t::getPolarValueAtPosition

gets a polar value at specified position

◆ getQualityValue

composite_engine_getQualityValue_fun _CompositeEngine_t::getQualityValue

returns the quality value at specified location

◆ onFinished

composite_engine_onFinished_fun _CompositeEngine_t::onFinished

Called just after the compositing loop has finished.

◆ onStarting

RAVE_OBJECT_HEAD composite_engine_onStarting_fun _CompositeEngine_t::onStarting

Always on top.

Called just before the compositing loop is started. I.e. after basic setup like creating quality flags, object bindings ...

◆ polarValueAtPositionMapping

RaveObjectHashTable_t* _CompositeEngine_t::polarValueAtPositionMapping

a mapping between requested quantity and a call for getPolarValueAtPosition

◆ properties

RaveProperties_t* _CompositeEngine_t::properties

properties that is required to setup the factory and engine

◆ qualityFlagDefinitions

RaveObjectHashTable_t* _CompositeEngine_t::qualityFlagDefinitions

the quality flag definitions

◆ selectRadarData

composite_engine_selectRadarData_fun _CompositeEngine_t::selectRadarData

From the lon/lat the wanted radar data is returned.

◆ setRadarData

composite_engine_setRadarData_fun _CompositeEngine_t::setRadarData

sets the radar data in the composite


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