Apama 10.7.2 | Connecting Apama Applications to External Components | Working with IAF Plug-ins | C/C++ Codec Plug-in Development | The C/C++ codec plug-in development specification | Codec functions to implement | Codec encoder functions
 
Codec encoder functions
If the codec is to implement an encoder, implementations need to be provided for the following functions:
*sendNormalisedEvent
*flushUpstream
*getLastError
*addEventTransport
*removeEventTransport
See the AP_EventEncoder_Functions structure in the API Reference for C++ (Doxygen) for detailed information on these functions.