#include <UdpReceiver.h>
|
UdpListeningReceiveSocket * | socket |
|
|
void | ProcessBundle (const osc::ReceivedBundle &b, const IpEndpointName &remoteEndpoint) |
|
void | ProcessMessage (const osc::ReceivedMessage &message, const IpEndpointName &remoteEndpoint) |
|
std::list< TuioClient * > | clientList |
|
bool | connected |
|
The UdpReceiver provides the OscReceiver functionality for the UDP transport method
- Author
- Martin Kaltenbrunner
- Version
- 1.1.6
◆ UdpReceiver()
UdpReceiver::UdpReceiver |
( |
int |
port = 3333 | ) |
|
This constructor creates a UdpReceiver instance listening to the provided UDP port
- Parameters
-
port | the number of the UDP port to listen to, defaults to 3333 |
◆ ~UdpReceiver()
UdpReceiver::~UdpReceiver |
( |
| ) |
|
|
virtual |
The destructor is doing nothing in particular.
◆ connect()
void UdpReceiver::connect |
( |
bool |
lock = false | ) |
|
|
virtual |
The UdpReceiver connects and starts receiving TUIO messages via UDP
- Parameters
-
lock | running in the background if set to false (default) |
Implements TUIO::OscReceiver.
◆ disconnect()
void UdpReceiver::disconnect |
( |
| ) |
|
|
virtual |
◆ socket
UdpListeningReceiveSocket* TUIO::UdpReceiver::socket |
The UDP socket is only public to be accessible from the thread function
The documentation for this class was generated from the following files: