TAO_RTEvent
2.0.8
|
Defines a interface to configure the mapping between events and multicast groups (or UDP broadcast or UDP unicast) addresses. More...
import "RtecUDPAdmin.idl";
Public Member Functions | |
void | get_addr (in RtecEventComm::EventHeader header, out UDP_Addr addr) |
Get the UDP address given the event header. | |
void | get_address (in RtecEventComm::EventHeader header, out UDP_Address addr) |
Defines a interface to configure the mapping between events and multicast groups (or UDP broadcast or UDP unicast) addresses.
void RtecUDPAdmin::AddrServer::get_addr | ( | in RtecEventComm::EventHeader | header, |
out UDP_Addr | addr | ||
) |
Get the UDP address given the event header.
header | The event header, used to fetch the type and source of the event |
addr | Return the address used for the given event type |
void RtecUDPAdmin::AddrServer::get_address | ( | in RtecEventComm::EventHeader | header, |
out UDP_Address | addr | ||
) |
Get the UDP address given the event header, supports either IPv4 or IPv6
header | The event header, used to fetch the type and source of the event |
addr | Return the address used for the given event type |