20 #ifndef WONDEROSCSENDERTHREAD_H_INCLUDED
21 #define WONDEROSCSENDERTHREAD_H_INCLUDED
25 #include <condition_variable>
36 #define MSG_WAIT_INTERVAL 1
120 std::condition_variable qCondition_;
121 std::deque<const MessageWithPath*> msgQ_;
128 #endif // WONDEROSCSENDERTHREAD_H_INCLUDED
A lowrappers::Address implementing the wonder::OscSender interface.
Definition: WonderOscSender.h:33
An interface for a thread implementing the OscSender interface.
Definition: OscSenderThread.h:38
A thread implementing the wonder::OscSenderThread interface.
Definition: WonderOscSenderThread.h:51
A lowrappers::Message object that holds additional information about its destination OSC path...
Definition: MessageWithPath.h:31
A wrapper for the std::thread wrapping it into a Java-style thread object.
Definition: Thread.h:39