#include <EC_Dispatching_Task.h>
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 (void) |
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. |
TAO_EC_Push_Command::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.
TAO_EC_Push_Command::~TAO_EC_Push_Command | ( | void | ) | [virtual] |
Destructor.
int TAO_EC_Push_Command::execute | ( | void | ) | [virtual] |
Command callback.
Implements TAO_EC_Dispatch_Command.
RtecEventComm::PushConsumer_var TAO_EC_Push_Command::consumer_ [private] |
The consumer connected to the proxy when the event was pushed.
The event.
The proxy.