Apama
10.11.3.3
|
#include <SemanticMapper.h>
Public Attributes | |
void * | reserved |
Pointer to private internal data. More... | |
struct AP_SemanticMapper_Functions * | functions |
Function table of Semantic Mapper operations. More... | |
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);
struct AP_SemanticMapper_Functions* AP_SemanticMapper::functions |
Function table of Semantic Mapper operations.
See documentation for AP_SemanticMapper_Functions for details.
void* AP_SemanticMapper::reserved |
Pointer to private internal data.