29 #include <vrpn_BaseClass.h> 
   40         return m_message.get_value_or(vrpn_ANY_TYPE);
 
   42     RawMessageType::UnderlyingMessageType
 
   44         return m_message.get_value_or(valueIfNotSet);
 
UnderlyingMessageType getOr(UnderlyingMessageType valueIfNotSet) const 
Gets the registered message type value, if specified, otherwise returns the provided value...
UnderlyingMessageType get() const 
Gets the registered message type value or default. 
RawMessageType()
Default constructor - "any message type".