Apama  10.15.1.2
AP_EventDecoder Struct Reference

AP_EventDecoder. More...

#include <EventCodec.h>

Public Attributes

void * reserved
 Pointer to private internal data. More...
 
struct AP_EventDecoder_Functionsfunctions
 Function table of decoder operations. More...
 

Detailed Description

AP_EventDecoder.

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

i = decoder->functions->sendTransportEvent(decoder, event, timestamps);

Member Data Documentation

◆ functions

struct AP_EventDecoder_Functions* AP_EventDecoder::functions

Function table of decoder operations.

See documentation for AP_EventDecoder_Functions for details.

◆ reserved

void* AP_EventDecoder::reserved

Pointer to private internal data.


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