Acoustic Touch Recognition
|
#include <winsock2.h>
#include <windows.h>
#include <mmsystem.h>
#include <signal.h>
#include <algorithm>
#include <cassert>
#include <cstring>
#include <stdexcept>
#include <vector>
#include "ip/UdpSocket.h"
#include "ip/NetworkingUtils.h"
#include "ip/PacketListener.h"
#include "ip/TimerListener.h"
Classes | |
class | UdpSocket::Implementation |
struct | AttachedTimerListener |
class | SocketReceiveMultiplexer::Implementation |
Typedefs | |
typedef int | socklen_t |
Functions | |
static void | SockaddrFromIpEndpointName (struct sockaddr_in &sockAddr, const IpEndpointName &endpoint) |
static IpEndpointName | IpEndpointNameFromSockaddr (const struct sockaddr_in &sockAddr) |
static bool | CompareScheduledTimerCalls (const std::pair< double, AttachedTimerListener > &lhs, const std::pair< double, AttachedTimerListener > &rhs) |
void | InterruptSignalHandler (int) |
Variables | |
SocketReceiveMultiplexer * | multiplexerInstanceToAbortWithSigInt_ = 0 |
typedef int socklen_t |
|
static |
void InterruptSignalHandler | ( | int | ) |
|
static |
|
static |
SocketReceiveMultiplexer* multiplexerInstanceToAbortWithSigInt_ = 0 |