20 #ifndef MESSAGEWITHPATH_H_INCLUDED
21 #define MESSAGEWITHPATH_H_INCLUDED
51 const std::string&
path()
const;
54 const std::string path_;
59 #endif // MESSAGEWITHPATH_H_INCLUDED
MessageWithPath(const std::string &path)
Constructor.
Definition: MessageWithPath.cpp:24
A wrapper of Liblo's lo_message.
Definition: Message.h:33
const std::string & path() const
Returns the OSC path to which this message shall be sent.
Definition: MessageWithPath.cpp:39
virtual ~MessageWithPath()
Destructor.
Definition: MessageWithPath.cpp:29
A lowrappers::Message object that holds additional information about its destination OSC path...
Definition: MessageWithPath.h:31