TAO_RTEvent
2.0.8
|
#include <EC_Kokyu_Dispatching.h>
Public Member Functions | |
TAO_EC_Kokyu_Push_Command (TAO_EC_ProxyPushSupplier *proxy, RtecEventComm::PushConsumer_ptr consumer, RtecEventComm::EventSet &event, ACE_Allocator *allocator) | |
Constructor. | |
virtual int | execute (void) |
Command callback. | |
Protected Member Functions | |
virtual | ~TAO_EC_Kokyu_Push_Command (void) |
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_Kokyu_Push_Command::TAO_EC_Kokyu_Push_Command | ( | TAO_EC_ProxyPushSupplier * | proxy, |
RtecEventComm::PushConsumer_ptr | consumer, | ||
RtecEventComm::EventSet & | event, | ||
ACE_Allocator * | allocator | ||
) |
Constructor.
TAO_EC_Kokyu_Push_Command::~TAO_EC_Kokyu_Push_Command | ( | void | ) | [protected, virtual] |
int TAO_EC_Kokyu_Push_Command::execute | ( | void | ) | [virtual] |
Command callback.
RtecEventComm::PushConsumer_var TAO_EC_Kokyu_Push_Command::consumer_ [private] |
The consumer connected to the proxy when the event was pushed.
The event.
The proxy.