Apama  10.7.2.2
AP_EventTransport Struct Reference

AP_EventTransport. More...

#include <EventTransport.h>

Public Attributes

void * reserved
 Pointer to private internal data. More...
 
struct AP_EventTransport_Functionsfunctions
 Function table of transport library operations. More...
 

Detailed Description

AP_EventTransport.

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);

Member Data Documentation

◆ functions

struct AP_EventTransport_Functions* AP_EventTransport::functions

Function table of transport library operations.

See documentation for AP_EventTransport_Functions for details.

◆ reserved

void* AP_EventTransport::reserved

Pointer to private internal data.


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