TAO_RTEvent 4.0.0
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
TAO_ECG_Mcast_EH::Observer_Disconnect_Command Class Reference

Disconnects Observer from the Event Channel. More...

Public Member Functions

 Observer_Disconnect_Command ()
 
 Observer_Disconnect_Command (RtecEventChannelAdmin::Observer_Handle handle, RtecEventChannelAdmin::EventChannel_ptr ec)
 
 Observer_Disconnect_Command (const Observer_Disconnect_Command &rhs)
 
Observer_Disconnect_Commandoperator= (const Observer_Disconnect_Command &rhs)
 
void execute ()
 

Private Attributes

RtecEventChannelAdmin::Observer_Handle handle_
 
RtecEventChannelAdmin::EventChannel_var ec_
 

Detailed Description

Disconnects Observer from the Event Channel.

Utility class for use as a template argument to TAO_EC_Auto_Command. TAO_EC_Auto_Command<Observer_Disconnect_Command> manages observer connection to the Event Channel, automatically disconnecting from ec in its destructor, if necessary.

Constructor & Destructor Documentation

◆ Observer_Disconnect_Command() [1/3]

TAO_ECG_Mcast_EH::Observer_Disconnect_Command::Observer_Disconnect_Command ( )

◆ Observer_Disconnect_Command() [2/3]

TAO_ECG_Mcast_EH::Observer_Disconnect_Command::Observer_Disconnect_Command ( RtecEventChannelAdmin::Observer_Handle handle,
RtecEventChannelAdmin::EventChannel_ptr ec )

◆ Observer_Disconnect_Command() [3/3]

TAO_ECG_Mcast_EH::Observer_Disconnect_Command::Observer_Disconnect_Command ( const Observer_Disconnect_Command & rhs)

Member Function Documentation

◆ execute()

void TAO_ECG_Mcast_EH::Observer_Disconnect_Command::execute ( )

◆ operator=()

Observer_Disconnect_Command & TAO_ECG_Mcast_EH::Observer_Disconnect_Command::operator= ( const Observer_Disconnect_Command & rhs)

Member Data Documentation

◆ ec_

RtecEventChannelAdmin::EventChannel_var TAO_ECG_Mcast_EH::Observer_Disconnect_Command::ec_
private

◆ handle_

RtecEventChannelAdmin::Observer_Handle TAO_ECG_Mcast_EH::Observer_Disconnect_Command::handle_
private

The documentation for this class was generated from the following file: