|
Marsyas
0.6.0-alpha
|
Awaits UDP packets and pushes them onto a packet_queue. More...
#include <udp_receiver.h>
Inherits OscQueueProvider.
Public Member Functions | |
| void | clearQueue () |
| bool | running () |
| void | start () |
| void | stop () |
| UdpReceiver (const std::string &address, int port, size_t queue_size=1000 *128) | |
| ~UdpReceiver () | |
Friends | |
| class | Implementation |
Awaits UDP packets and pushes them onto a packet_queue.
Definition at line 37 of file udp_receiver.h.
| UdpReceiver | ( | const std::string & | address, |
| int | port, | ||
| size_t | queue_size = 1000 * 128 |
||
| ) |
Definition at line 78 of file udp_receiver.cpp.
| ~UdpReceiver | ( | ) |
Definition at line 88 of file udp_receiver.cpp.
| void clearQueue | ( | ) | [inline] |
Definition at line 51 of file udp_receiver.h.
| bool running | ( | ) | [inline] |
Definition at line 48 of file udp_receiver.h.
| void start | ( | ) |
Definition at line 94 of file udp_receiver.cpp.
| void stop | ( | ) |
Definition at line 105 of file udp_receiver.cpp.
friend class Implementation [friend] |
Definition at line 59 of file udp_receiver.h.
1.7.6.1