107 template <
typename CallbackType = MessageLoopCallback>
147 template <
typename CallbackType = MessageLoopCallback>
219 friend struct OSCReceiverCallbackMessage;
A wrapper for a datagram (UDP) socket.
A class for receiving only those OSC messages from an OSCReceiver that match a given OSC address.
virtual void oscMessageReceived(const OSCMessage &message)=0
Called when the OSCReceiver receives an OSC message with an OSC address pattern that matches the OSC ...
virtual ~ListenerWithOSCAddress()=default
Destructor.
A class for receiving OSC data from an OSCReceiver.
virtual void oscMessageReceived(const OSCMessage &message)=0
Called when the OSCReceiver receives a new OSC message.
virtual void oscBundleReceived(const OSCBundle &)
Called when the OSCReceiver receives a new OSC bundle.
virtual ~Listener()=default
Destructor.
A class for receiving OSC data.
Use this struct as the template parameter for Listener and ListenerWithOSCAddress to receive incoming...
Use this struct as the template parameter for Listener and ListenerWithOSCAddress to receive incoming...