|
VR-Engage
2.2
|
Go to the source code of this file.
Classes | |
| class | makVre::DtVreMessageFactory |
Namespaces | |
| namespace | makVre |
Typedefs | |
| using | makVre::Decoder = DtVreMessage* (*)(char* bytes, int length) |
This file contains the DtVreMessageFactory class which implements the factory pattern for creating DtVreMessage objects from serialized byte arrays. It maintains a registry of message types and their corresponding decoder functions, enabling dynamic message creation based on the message type encoded in the data.