TAO_RTEvent
2.0.8
|
Disconnects supplier represented by proxy from the Event Channel. More...
#include <ECG_UDP_Receiver.h>
Public Member Functions | |
TAO_ECG_UDP_Receiver_Disconnect_Command (void) | |
TAO_ECG_UDP_Receiver_Disconnect_Command (RtecEventChannelAdmin::ProxyPushConsumer_ptr proxy) | |
TAO_ECG_UDP_Receiver_Disconnect_Command (const TAO_ECG_UDP_Receiver_Disconnect_Command &rhs) | |
TAO_ECG_UDP_Receiver_Disconnect_Command & | operator= (const TAO_ECG_UDP_Receiver_Disconnect_Command &rhs) |
void | execute (void) |
Private Attributes | |
RtecEventChannelAdmin::ProxyPushConsumer_var | proxy_ |
Disconnects supplier represented by proxy from the Event Channel.
Utility class for use as a template argument to TAO_EC_Auto_Command. TAO_EC_Auto_Command<TAO_ECG_UDP_Receiver_Disconnect_Command> manages supplier connection to the Event Channel, automatically disconnecting from proxy in its destructor, if necessary.
TAO_ECG_UDP_Receiver_Disconnect_Command::TAO_ECG_UDP_Receiver_Disconnect_Command | ( | void | ) |
TAO_ECG_UDP_Receiver_Disconnect_Command::TAO_ECG_UDP_Receiver_Disconnect_Command | ( | RtecEventChannelAdmin::ProxyPushConsumer_ptr | proxy | ) |
TAO_ECG_UDP_Receiver_Disconnect_Command::TAO_ECG_UDP_Receiver_Disconnect_Command | ( | const TAO_ECG_UDP_Receiver_Disconnect_Command & | rhs | ) |
void TAO_ECG_UDP_Receiver_Disconnect_Command::execute | ( | void | ) |
TAO_ECG_UDP_Receiver_Disconnect_Command& TAO_ECG_UDP_Receiver_Disconnect_Command::operator= | ( | const TAO_ECG_UDP_Receiver_Disconnect_Command & | rhs | ) |
RtecEventChannelAdmin::ProxyPushConsumer_var TAO_ECG_UDP_Receiver_Disconnect_Command::proxy_ [private] |