TAO_RTEvent  2.0.6
Public Member Functions | Private Attributes
TAO_EC_Push_Command Class Reference

#include <EC_Dispatching_Task.h>

Inheritance diagram for TAO_EC_Push_Command:
Inheritance graph
[legend]
Collaboration diagram for TAO_EC_Push_Command:
Collaboration graph
[legend]

List of all members.

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_ProxyPushSupplierproxy_
 The proxy.
RtecEventComm::PushConsumer_var consumer_
 The consumer connected to the proxy when the event was pushed.
RtecEventComm::EventSet event_
 The event.

Constructor & Destructor Documentation

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.


Member Function Documentation

int TAO_EC_Push_Command::execute ( void  ) [virtual]

Command callback.

Implements TAO_EC_Dispatch_Command.


Member Data Documentation

RtecEventComm::PushConsumer_var TAO_EC_Push_Command::consumer_ [private]

The consumer connected to the proxy when the event was pushed.

The event.

The proxy.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines