VR-Engage  2.2
Loading...
Searching...
No Matches
vreMessageFactory.h File Reference
Include dependency graph for vreMessageFactory.h:

Go to the source code of this file.

Classes

class  makVre::DtVreMessageFactory
 

Namespaces

namespace  makVre
 

Typedefs

using makVre::Decoder = DtVreMessage* (*)(char* bytes, int length)
 

Detailed Description

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.