20 #ifndef WONDEROSCSERVERSENDERTHREAD_H_INCLUDED
21 #define WONDEROSCSERVERSENDERTHREAD_H_INCLUDED
68 #endif // WONDEROSCSERVERSENDERTHREAD_H_INCLUDED
virtual ~WonderOscServerSenderThread()
Destructor.
Definition: WonderOscServerSenderThread.cpp:33
void sendMethod(const MessageWithPath &msg)
Overriding WonderOscSenderThread::sendMethod, this changes the way how the sending thread sends out t...
Definition: WonderOscServerSenderThread.cpp:37
A WonderOscSenderThread thread, sending its messages from a specified lowrappers::ServerThread's port...
Definition: WonderOscServerSenderThread.h:31
A thread implementing the wonder::OscSenderThread interface.
Definition: WonderOscSenderThread.h:51
A server thread with Liblo-style callback capabilities.
Definition: ServerThread.h:52
std::string port() const
Returns the destination port (or service name) where this OscSender will send to. ...
Definition: WonderOscSender.cpp:59
A lowrappers::Message object that holds additional information about its destination OSC path...
Definition: MessageWithPath.h:31
WonderOscServerSenderThread(const std::string &host, const std::string &port, lowrappers::ServerThread &server, int proto=LO_UDP)
Constructor.
Definition: WonderOscServerSenderThread.cpp:24