TAO_RTEvent
2.2.0
|
#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. More... | |
virtual int | execute (void) |
Command callback. More... | |
Protected Member Functions | |
virtual | ~TAO_EC_Kokyu_Push_Command (void) |
Private Attributes | |
TAO_EC_ProxyPushSupplier * | proxy_ |
The proxy. More... | |
RtecEventComm::PushConsumer_var | consumer_ |
The consumer connected to the proxy when the event was pushed. More... | |
RtecEventComm::EventSet | event_ |
The event. More... | |
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.
|
protectedvirtual |
|
virtual |
Command callback.
|
private |
The consumer connected to the proxy when the event was pushed.
|
private |
The event.
|
private |
The proxy.