Apama  10.7.2.2
AP_SemanticMapper Struct Reference

AP_SemanticMapper. More...

#include <SemanticMapper.h>

Public Attributes

void * reserved
 Pointer to private internal data. More...
 
struct AP_SemanticMapper_Functionsfunctions
 Function table of Semantic Mapper operations. More...
 

Detailed Description

AP_SemanticMapper.

External (client-visible) interface to the Semantic Mapper component of an IAF instance. The AP_SemanticMapper struct contains contains a table of function pointers, declared in the AP_SemanticMapper_Functions struct above. The implementation of these functions is private. Users of the Semantic Mapper should invoke functions on it as in the following example (mapper is of type AP_SemanticMapper*):

i = mapper->functions->sendNormalisedEvent(mapper, event, timestamps);

Member Data Documentation

◆ functions

struct AP_SemanticMapper_Functions* AP_SemanticMapper::functions

Function table of Semantic Mapper operations.

See documentation for AP_SemanticMapper_Functions for details.

◆ reserved

void* AP_SemanticMapper::reserved

Pointer to private internal data.


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