clockUtils
1.1
|
#include <cstdint>
#include <string>
#include "clockUtils/sockets/socketsParameters.h"
#include <WinSock2.h>
Go to the source code of this file.
Namespaces | |
clockUtils | |
clockUtils::sockets | |
Typedefs | |
typedef uint32_t | clockUtils::sockets::IPv4 |
Functions | |
CLOCK_SOCKETS_API IPv4 | clockUtils::sockets::resolveHostname (const std::string &hn) |
returns the IP for a given hostname More... | |
CLOCK_SOCKETS_API IPv4 | clockUtils::sockets::convertIP (const std::string &ip) |
converts an IP in the numbers-and-dots notation into an IPv4 integer More... | |
CLOCK_SOCKETS_API std::string | clockUtils::sockets::convertIP (const IPv4 &ip) |
converts an IPv4 formatted IP to the numbers-and-dots notation More... | |
Variables | |
const IPv4 | clockUtils::sockets::NO_IP |