The C++ callback interface to be externally implemented. More...
#include <DataDistributionManager.h>
Public Member Functions | |
virtual void | OnUnderlyingEvent (const CHANNEL_HANDLE_PARAMETER, const UnderlyingEventData *uEvent)=0 |
Callback invoked to report UnderlyingEventData. | |
The C++ callback interface to be externally implemented.
Implement this interface in an external class and pass the pointer to IDataDistributionChannelBase::CreateChannel. The external class will be called conseguently.
|
pure virtual |
Callback invoked to report UnderlyingEventData.
Callback invoked when subsystem needs to report an UnderlyingEventData.
channelHandle
reports the channel handle source of UnderlyingEventData uEvent
the UnderlyingEventData event
Implemented in SmartDataDistributionChannel.