![]() |
VR-Link API Documentation for DIS
|
Defines the DtManagedInterface Singleton object that manages the message flow between C# and the rest of the system. More...
Go to the source code of this file.
Classes | |
| class | DtManagedInterface |
| The DtManagedInterface Class is a singleton that is used to manage the message flow between C# and the rest of the system. More... | |
Typedefs | |
| typedef bool(* | InitManagedInterfaceDllFunction )(DtManagedInterface *gl) |
| typedef function definitions for creator and DLL Initialize functions | |
| typedef void(* | PluginVerisionFunction )(DtString &version) |
| typedef DtLinkStrategy *(* | StrategyCreator )(DtManagedInterface *gl) |
| typedef void(* | ManagedMessageDelegate )(unsigned char *msg, int length) |
| typedef for external function to handle messages coming from DtManagedInterface | |
Defines the DtManagedInterface Singleton object that manages the message flow between C# and the rest of the system.
| typedef bool(* InitManagedInterfaceDllFunction)(DtManagedInterface *gl) |
typedef function definitions for creator and DLL Initialize functions
| typedef void(* ManagedMessageDelegate)(unsigned char *msg, int length) |
typedef for external function to handle messages coming from DtManagedInterface
| typedef void(* PluginVerisionFunction)(DtString &version) |
| typedef DtLinkStrategy*(* StrategyCreator)(DtManagedInterface *gl) |