DESERT 3.5.1
|
#include <unistd.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <arpa/inet.h>
#include <netinet/in.h>
#include <cstring>
#include <stdexcept>
#include <vector>
#include "stoppable_thread.h"
#include "position_data.h"
#include "logging.h"
Go to the source code of this file.
Classes | |
class | PositionListener< Owner > |
Macros | |
#define | SOCKET_TYPE int |
#define | SET_SOCKOPT_TYPE void * |
#define | SENDTO_TYPE const char * |
#define | SOCKET_ERROR -1 |
#define SENDTO_TYPE const char * |
Definition at line 49 of file position_listener.h.
#define SET_SOCKOPT_TYPE void * |
Definition at line 48 of file position_listener.h.
#define SOCKET_ERROR -1 |
Definition at line 50 of file position_listener.h.
#define SOCKET_TYPE int |
Definition at line 47 of file position_listener.h.