#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 () |
Private Attributes | |
RtecEventChannelAdmin::ProxyPushConsumer_var | proxy_ |
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.
Definition at line 73 of file ECG_UDP_Receiver.h.
|
Definition at line 9 of file ECG_UDP_Receiver.i.
00010 : proxy_ () 00011 { 00012 } |
|
Definition at line 16 of file ECG_UDP_Receiver.i.
00018 : proxy_ (RtecEventChannelAdmin::ProxyPushConsumer::_duplicate (proxy)) 00019 { 00020 } |
|
Definition at line 24 of file ECG_UDP_Receiver.i.
|
|
|
|
Definition at line 33 of file ECG_UDP_Receiver.i. References proxy_.
|
|
Definition at line 90 of file ECG_UDP_Receiver.h. Referenced by operator=(). |