Allolib  1.0
C++ Components For Interactive Multimedia
al::osc::MessageConsumer Class Referenceabstract

#include <C:/Users/Andres/source/repos/casm_viewer/external/tinc/external/allolib/include/al/protocol/al_OSC.hpp>

Inheritance diagram for al::osc::MessageConsumer:
al::Composition al::DistributedScene al::PresetMapper al::PresetSequencer al::SequenceRecorder

Public Member Functions

virtual bool consumeMessage (Message &m, std::string rootOSCPath)=0
 Returns true if message was consumed by this class.
 

Detailed Description

Interface for classes that can consume OSC messages When you write a class that inherits from PacketHandler, you might want to add a method to register MessageConsumer objects. This allows writing classes that can consume OSC messages with a set OSC prefix and that can notify if they have consumed the message

Definition at line 286 of file al_OSC.hpp.


The documentation for this class was generated from the following file: