win32/coil/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 
60 }; //namespace coil
61 #endif // COIL_ROUTING_H
bool dest_to_endpoint(std::string dest_addr, std::string &endpoint)
Getting network interface name from destination address.
Common Object Interface Layer.


openrtm_aist
Author(s): Noriaki Ando
autogenerated on Thu Jun 6 2019 19:26:00