|  | Apama
    10.11.3.3
    | 
#include <EventTransport.h>
| Public Attributes | |
| void * | reserved | 
| Pointer to private internal data.  More... | |
| struct AP_EventTransport_Functions * | functions | 
| Function table of transport library operations.  More... | |
External (client-visible) interface to an IAF TIL plugin library. The AP_EventTransport struct contains a table of function pointers, declared in the AP_EventTransport_Functions struct above. The implementation of these functions is private. Users of the transport libary should invoke functions on it as in the following example (transport is of type AP_EventTransport*):
i = transport->functions->sendTransportEvent(mapper, event, timestamps);
| struct AP_EventTransport_Functions* AP_EventTransport::functions | 
Function table of transport library operations.
See documentation for AP_EventTransport_Functions for details.
| void* AP_EventTransport::reserved | 
Pointer to private internal data.