#include <udp_client-windows.h>
◆ udp_client() [1/2]
spdlog::details::udp_client::udp_client |
( |
const std::string & |
host, |
|
|
uint16_t |
port |
|
) |
| |
|
inline |
◆ ~udp_client() [1/2]
spdlog::details::udp_client::~udp_client |
( |
| ) |
|
|
inline |
◆ udp_client() [2/2]
spdlog::details::udp_client::udp_client |
( |
const std::string & |
host, |
|
|
uint16_t |
port |
|
) |
| |
|
inline |
◆ ~udp_client() [2/2]
spdlog::details::udp_client::~udp_client |
( |
| ) |
|
|
inline |
◆ cleanup_() [1/2]
void spdlog::details::udp_client::cleanup_ |
( |
| ) |
|
|
inlineprivate |
◆ cleanup_() [2/2]
void spdlog::details::udp_client::cleanup_ |
( |
| ) |
|
|
inlineprivate |
◆ fd() [1/2]
int spdlog::details::udp_client::fd |
( |
| ) |
const |
|
inline |
◆ fd() [2/2]
SOCKET spdlog::details::udp_client::fd |
( |
| ) |
const |
|
inline |
◆ init_winsock_()
static void spdlog::details::udp_client::init_winsock_ |
( |
| ) |
|
|
inlinestaticprivate |
◆ send() [1/2]
void spdlog::details::udp_client::send |
( |
const char * |
data, |
|
|
size_t |
n_bytes |
|
) |
| |
|
inline |
◆ send() [2/2]
void spdlog::details::udp_client::send |
( |
const char * |
data, |
|
|
size_t |
n_bytes |
|
) |
| |
|
inline |
◆ throw_winsock_error_()
static void spdlog::details::udp_client::throw_winsock_error_ |
( |
const std::string & |
msg, |
|
|
int |
last_error |
|
) |
| |
|
inlinestaticprivate |
◆ addr_
sockaddr_in spdlog::details::udp_client::addr_ = {0} |
|
private |
◆ sockAddr_
struct sockaddr_in spdlog::details::udp_client::sockAddr_ |
|
private |
◆ socket_ [1/2]
SOCKET spdlog::details::udp_client::socket_ = INVALID_SOCKET |
|
private |
◆ socket_ [2/2]
int spdlog::details::udp_client::socket_ = -1 |
|
private |
◆ TX_BUFFER_SIZE
static constexpr int spdlog::details::udp_client::TX_BUFFER_SIZE = 1024 * 10 |
|
staticconstexprprivate |
The documentation for this class was generated from the following files: