#include <EC_UDP_Admin.h>
Public Member Functions | |
TAO_EC_Simple_AddrServer (CORBA::UShort port) | |
Constructor. | |
virtual | ~TAO_EC_Simple_AddrServer (void) |
Destructor. | |
Private Attributes | |
CORBA::UShort | port_ |
The EC is able to use multiple multicast groups to transmit its data, the is given control over the mapping between the Event (type,source) pair and the (ipaddr,port) pair using a AddrServer. This class implements a very simple server that simply maps the type component to the ipaddr and uses a fixed port, provided at initialization time.
|
Constructor.
|
|
Destructor.
|
|
|