|
SPAOP
|
#include <mutex>#include <condition_variable>#include <deque>#include <chrono>#include <memory>#include "Thread.h"#include "WonderOscSender.h"#include "OscSenderThread.h"#include "ServerThread.h"#include "MessageWithPath.h"Go to the source code of this file.
Classes | |
| class | wonderlo::WonderOscSenderThread |
| A thread implementing the wonder::OscSenderThread interface. More... | |
Namespaces | |
| wonderlo | |
| A namespace for liblo-based implementations of the OSC communication interfaces defined in namespace wonder. | |
Macros | |
| #define | MSG_WAIT_INTERVAL 1 |
| How long the thread will block before checking for isStopped again (in ms) More... | |
| #define MSG_WAIT_INTERVAL 1 |
How long the thread will block before checking for isStopped again (in ms)
1.8.6