21 #ifndef WONDERHEADER_H_INCLUDED
22 #define WONDERHEADER_H_INCLUDED
24 #ifndef MAX_WONDER_SOURCES
25 #define MAX_WONDER_SOURCES 64
33 #define COORD_MAX 100.0
39 #define COORD_MIN -COORD_MAX
44 #ifndef COORD_PRECISION
45 #define COORD_PRECISION 0.01
51 #ifndef ANGLE_PRECISION
52 #define ANGLE_PRECISION 0.1
64 #ifndef CWONDER_DEFAULT_IP_STR
65 #define CWONDER_DEFAULT_IP_STR "192.168.3.1"
68 #ifndef CWONDER_DEFAULT_PORT_STR
69 #define CWONDER_DEFAULT_PORT_STR "58100"
73 #ifndef VISUAL_MC_GROUP_STR
74 #define VISUAL_MC_GROUP_STR "239.0.111.111"
78 #ifndef VISUAL_MC_PORT_STR
79 #define VISUAL_MC_PORT_STR "11111"
82 #ifndef VISUAL_MC_IFACE_IP_STR
83 #define VISUAL_MC_IFACE_IP_STR "127.0.0.1"
89 #define VISUAL_MC_TTL 0
94 #ifndef MULTICASTER_PORT_STR
95 #define MULTICASTER_PORT_STR "58800"
100 #ifndef MULTICASTER_STREAM_IN_PORT_STR
101 #define MULTICASTER_STREAM_IN_PORT_STR "58801"
106 #ifndef PING_TIMEOUT_INTERVAL
107 #define PING_TIMEOUT_INTERVAL 3000
127 #endif // WONDERHEADER_H_INCLUDED
"Visual Stream" data is being received.
Definition: WonderHeader.h:137
ConnectionStates
An enum describing the differents states of an incoming connection.
Definition: WonderHeader.h:134
Incoming data is expected but not received (= ping timeout).
Definition: WonderHeader.h:138
No incoming data is expected.
Definition: WonderHeader.h:136