OSVR-Core
|
CRTP class template wrapping message-specific data and/or logic. More...
#include <MessageRegistration.h>
Public Member Functions | |
RawMessageType | getMessageType () const |
void | setMessageType (RawMessageType msgType) |
Static Public Member Functions | |
static const char * | identifier () |
CRTP class template wrapping message-specific data and/or logic.
Derived | Derived class, your message-specific type: must have a static const char * identifier() method returning the string ID of the message. |