Apama  10.15.1.2
AP_EventEncoder Struct Reference

AP_EventEncoder. More...

#include <EventCodec.h>

Public Attributes

void * reserved
 Pointer to private internal data. More...
 
struct AP_EventEncoder_Functionsfunctions
 Function table of encoder operations. More...
 

Detailed Description

AP_EventEncoder.

External (client-visible) interface to the encoder part of a codec plugin library. The AP_EventEncoder struct contains a table of function pointers, declared in the AP_EventEncoder_Functions struct above. The implementation of these functions is private. Users of the encoder should invoke functions on it as in the following example (encoder is of type AP_EventEncoder*):

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

Member Data Documentation

◆ functions

struct AP_EventEncoder_Functions* AP_EventEncoder::functions

Function table of encoder operations.

See documentation for AP_EventEncoder_Functions for details.

◆ reserved

void* AP_EventEncoder::reserved

Pointer to private internal data.


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