CRTP class template wrapping message-specific data and/or logic. More...
#include <osvr/Common/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. |
Definition at line 44 of file MessageRegistration.h.