#include <pthread.h>#include <sys/time.h>#include <iostream>#include <list>#include <algorithm>#include "osc/OscOutboundPacketStream.h"#include "ip/NetworkingUtils.h"#include "ip/UdpSocket.h"#include "TuioObject.h"#include "TuioCursor.h"Go to the source code of this file.
Classes | |
| class | TUIO::TuioServer |
Namespaces | |
| namespace | TUIO |
Defines | |
| #define | IP_MTU_SIZE 1500 |
| #define | MAX_UDP_SIZE 65536 |
| #define | MIN_UDP_SIZE 576 |
| #define | OBJ_MESSAGE_SIZE 108 |
| #define | CUR_MESSAGE_SIZE 88 |
| #define CUR_MESSAGE_SIZE 88 |
| #define IP_MTU_SIZE 1500 |
| #define MAX_UDP_SIZE 65536 |
| #define MIN_UDP_SIZE 576 |
| #define OBJ_MESSAGE_SIZE 108 |
1.7.2