29 ProctorId_DtDeProctor = 32,
30 ProctorId_DtSceneProctor = 33,
31 ProctorId_DtWindowProctor = 34,
32 ProctorID_DtChanneProctor = 35,
33 ProctorID_DtDisplayEngineProctor = 36,
34 ProctorID_DtDeSharedStateProctor = 37,
37 ProctorId_UserStart = 0x8000,
40 end_ProctorId = 0x10000
60 void registerFunction(
unsigned int functionId,MessageFunction func);
ProctorId
Ids used for proctors. Each proctor class must have a unique id.
Definition: DtProctor.h:26
The IGI Message. Is easily encoded and decoding using stream operators. It also provides validation d...
Definition: DtMessage.h:30
Base class for Proctor classes.
Definition: DtProctor.h:21
DtDe & myDe
Definition: DtProctor.h:64
FunctionMap myFunctions
Definition: DtProctor.h:63
unsigned short myClassId
Definition: DtProctor.h:65
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:76
std::map< int, MessageFunction > FunctionMap
Definition: DtProctor.h:62
Contains DLL export macros.