#include <EC_Dispatching_Task.h>
Inheritance diagram for TAO_EC_Push_Command:
Public Member Functions | |
TAO_EC_Push_Command (TAO_EC_ProxyPushSupplier *proxy, RtecEventComm::PushConsumer_ptr consumer, RtecEventComm::EventSet &event, ACE_Data_Block *data_block, ACE_Allocator *mb_allocator) | |
Constructor. | |
virtual | ~TAO_EC_Push_Command (void) |
Destructor. | |
virtual int | execute (ACE_ENV_SINGLE_ARG_DECL_NOT_USED) |
Command callback. | |
Private Attributes | |
TAO_EC_ProxyPushSupplier * | proxy_ |
The proxy. | |
RtecEventComm::PushConsumer_var | consumer_ |
The consumer connected to the proxy when the event was pushed. | |
RtecEventComm::EventSet | event_ |
The event. |
|
Constructor.
|
|
Destructor.
|
|
Command callback.
Implements TAO_EC_Dispatch_Command. |
|
The consumer connected to the proxy when the event was pushed.
|
|
The event.
|
|
The proxy.
|