Apama
10.7.2.2
|
#include <EventCodec.h>
Public Attributes | |
void * | reserved |
Pointer to private internal data. More... | |
struct AP_EventEncoder_Functions * | functions |
Function table of encoder operations. More... | |
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);
struct AP_EventEncoder_Functions* AP_EventEncoder::functions |
Function table of encoder operations.
See documentation for AP_EventEncoder_Functions for details.
void* AP_EventEncoder::reserved |
Pointer to private internal data.