OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
EntityHandler.h
Go to the documentation of this file.
1#pragma once
2#include "ClassFactory.h"
3
5{
6public:
7 static ClassFactory& getClassFactory()
8 {
9 static ClassFactory instance;
10 return instance;
11 };
12 EntityBase* readEntityFromEntityIDandVersion(ot::UID _entityID, ot::UID _version);
13
14private:
15};
Definition EntityHandler.h:5
EntityBase * readEntityFromEntityIDandVersion(ot::UID _entityID, ot::UID _version)
Definition EntityHandler.cpp:7
static ClassFactory & getClassFactory()
Definition EntityHandler.h:7
unsigned long UID
Unique identifier (32 bit unsigned integer)
Definition CoreTypes.h:27