Go to the documentation of this file.
9 using std::thread, std::mutex;
12 typedef unsigned char BYTE;
41 vector<unsigned char> receiveBuffer;
43 unique_ptr<CscLogger>
logger;
unsigned char BYTE
Definition: UdpClient.h:9
Definition: AsioContext.h:20
unsigned int remotePort
Definition: UdpServer.h:22
static std::unique_ptr< CscLogger > logger
Definition: gltfHelpers.cpp:6
Definition: UdpServer.h:19
UdpServer(unsigned int port, function< void(UdpReceiveResponse)> onData)
Definition: UdpServer.cpp:22
vector< unsigned char > bytes
Definition: UdpServer.h:20
j template void())
Definition: json.hpp:4189
Definition: UdpServer.h:25
string remoteIpAddress
Definition: UdpServer.h:21
unsigned int getPort()
Definition: UdpServer.cpp:88
Definition: UdpServer.cpp:9
Definition: CscEntityClient.h:6
Definition: UdpServer.h:14
UdpServerRuntimeError(const string &message)
Definition: UdpServer.h:16
~UdpServer()
Definition: UdpServer.cpp:45