Apama  10.7.2.2
SemanticMapper.h File Reference

Semantic Mapper. More...

#include <AP_Types.h>
#include <NormalisedEvent.h>
#include <AP_TimestampSet.h>

Go to the source code of this file.

Classes

struct  AP_SemanticMapper_Functions
 AP_SemanticMapper_Functions. More...
 
struct  AP_SemanticMapper
 AP_SemanticMapper. More...
 

Enumerations

enum  AP_SemanticMapperError { AP_SemanticMapper_OK = 0, AP_SemanticMapper_InternalError, AP_SemanticMapper_MappingFailure, AP_SemanticMapper_InjectionFailure }
 AP_SemanticMapperError. More...
 

Functions

AP_IAFCORE_API AP_SemanticMapperap_getSemanticMapper ()
 ap_getSemanticMapper More...
 

Detailed Description

Semantic Mapper.

Enumeration Type Documentation

◆ AP_SemanticMapperError

AP_SemanticMapperError.

Error codes that can be returned by operations on the Semantic Mapper. The enumeration values follow the normal UNIX convention of zero == OK and non-zero == error.

Enumerator
AP_SemanticMapper_OK 

Everything is fine.

AP_SemanticMapper_InternalError 

Some unspecified internal error occurred.

AP_SemanticMapper_MappingFailure 

Couldn't convert customer event to Apama event.

AP_SemanticMapper_InjectionFailure 

Couldn't queue converted event for injection into Engine.

Function Documentation

◆ ap_getSemanticMapper()

AP_IAFCORE_API AP_SemanticMapper* ap_getSemanticMapper ( )

ap_getSemanticMapper

External (client-visible) method to obtain a pointer to the Semantic Mapper component of an IAF instance.