20 #ifndef WONDEROSCSERVERSENDER_H_INCLUDED
21 #define WONDEROSCSERVERSENDER_H_INCLUDED
99 #endif // WONDEROSCSERVERSENDER_H_INCLUDED
A lowrappers::Address implementing the wonder::OscSender interface.
Definition: WonderOscSender.h:33
void wonderSend(const MessageWithPath &msg)
Overriding VSSender::wonderSend, this changes the way OSC messages are sent from the various methods ...
Definition: WonderOscServerSender.cpp:48
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
virtual ~WonderOscServerSender()
Destructor.
Definition: WonderOscServerSender.cpp:44
A lowrappers::Message object that holds additional information about its destination OSC path...
Definition: MessageWithPath.h:31
WonderOscServerSender(const std::string &host, const std::string &port, lowrappers::ServerThread &server, int proto=LO_UDP)
Constructor.
Definition: WonderOscServerSender.cpp:24
A lowrappers::Address implementing the wonder::OscSender interface, sending its messages from a speci...
Definition: WonderOscServerSender.h:33