9 #ifndef FAIR_MQ_TOOLS_NETWORK_H 10 #define FAIR_MQ_TOOLS_NETWORK_H 22 typedef class io_context io_service;
35 int getHostIPs(std::map<std::string, std::string>& addressMap);
38 std::string getInterfaceIP(
const std::string& interface);
41 std::string getDefaultRouteNetworkInterface();
43 std::string getIpFromHostname(
const std::string& hostname);
45 std::string getIpFromHostname(
const std::string& hostname, boost::asio::io_service& ios);
Definition: DeviceRunner.h:23