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