TAO_RTEvent
2.0.8
|
Define the interface used by consumers to receive events. More...
import "RtecEventComm.idl";
Public Member Functions | |
oneway void | push (in EventSet data) |
Main event delivery callback. | |
void | disconnect_push_consumer () |
Callback method to indicate a disconnection. |
Define the interface used by consumers to receive events.
Applications usually implement this interface to subscribe for events.
void RtecEventComm::PushConsumer::disconnect_push_consumer | ( | ) |
Callback method to indicate a disconnection.
If the event service is destroyed while a consumer is still connected then the following callback operation is invoked on the consumer.
The same operation is used by suppliers to disconnect from the Event Channel, but it is invoked via their RtecEventChannelAdmin::ProxyPushConsumer peer.
oneway void RtecEventComm::PushConsumer::push | ( | in EventSet | data | ) |
Main event delivery callback.