Acoustic Touch Recognition
|
#include "oscpack/ip/UdpSocket.h"
#include <pthread.h>
#include <unistd.h>
#include <stdlib.h>
#include <stdio.h>
#include <netdb.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <netinet/in.h>
#include <signal.h>
#include <math.h>
#include <errno.h>
#include <string.h>
#include <algorithm>
#include <cassert>
#include <cstring>
#include <stdexcept>
#include <vector>
#include "oscpack/ip/PacketListener.h"
#include "oscpack/ip/TimerListener.h"
Classes | |
class | UdpSocket::Implementation |
struct | AttachedTimerListener |
class | SocketReceiveMultiplexer::Implementation |
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 |
|
static |
void InterruptSignalHandler | ( | int | ) |
|
static |
|
static |
SocketReceiveMultiplexer* multiplexerInstanceToAbortWithSigInt_ = 0 |