internal More...
Functions | |
std::string | determineHost () |
ROSCPP_DECL const std::string & | getHost () |
ROSCPP_DECL uint16_t | getTCPROSPort () |
void | init (const M_string &remappings) |
static bool | isPrivateIP (const char *ip) |
ROSCPP_DECL bool | splitURI (const std::string &uri, std::string &host, uint32_t &port) |
Variables | |
std::string | g_host |
uint16_t | g_tcpros_server_port = 0 |
internal
std::string ros::network::determineHost | ( | ) |
Definition at line 87 of file network.cpp.
const std::string & ros::network::getHost | ( | ) |
Definition at line 50 of file network.cpp.
uint16_t ros::network::getTCPROSPort | ( | ) |
Definition at line 75 of file network.cpp.
void ros::network::init | ( | const M_string & | remappings | ) |
Definition at line 186 of file network.cpp.
static bool ros::network::isPrivateIP | ( | const char * | ip | ) | [static] |
Definition at line 80 of file network.cpp.
bool ros::network::splitURI | ( | const std::string & | uri, |
std::string & | host, | ||
uint32_t & | port | ||
) |
Definition at line 55 of file network.cpp.
std::string ros::network::g_host |
Definition at line 47 of file network.cpp.
uint16_t ros::network::g_tcpros_server_port = 0 |
Definition at line 48 of file network.cpp.