OpenRTM-aist  1.2.1
Routing.h
Go to the documentation of this file.
1 // -*- C++ -*-
20 #ifndef COIL_ROUTING_H
21 #define COIL_ROUTING_H
22 
23 #include <string>
24 
25 namespace coil
26 {
58  bool dest_to_endpoint(std::string dest_addr, std::string& endpoint);
59 
92  bool find_dest_ifname(std::string dest_addr, std::string& dest_if);
93 
120  bool ifname_to_ipaddr(std::string ifname, std::string& ipaddr);
121 
122 
123  }; //namespace coil
124 #endif // COIL_ROUTING_H
bool ifname_to_ipaddr(std::string ifname, std::string &ipaddr)
Get IP address from a network interface name.
bool find_dest_ifname(std::string dest_addr, std::string &dest_if)
Getting network interface name from destination address.
bool dest_to_endpoint(std::string dest_addr, std::string &endpoint)
Getting network interface name from destination address.
Common Object Interface Layer.
Definition: Affinity.h:28