![]() |
VR-Forces 5.0.2 Developer's Guide
|
Go to the source code of this file.
Functions | |
| DT_DLL_vrfExtObjects void | registerDIGuyExtensions (DtExerciseConn *exConn, bool publish) |
Contains the method declaration for registering DI-Guy extensions.
| DT_DLL_vrfExtObjects void registerDIGuyExtensions | ( | DtExerciseConn * | exConn, |
| bool | publish | ||
| ) |
This is a good place to begin exploring if you want to make modifications.
Registers extra functions or classes that deal with the encoding or decoding of DI-Guy network information. These encoders/decoders are additions to or replacements of the ones installed in VR-Link. The idea is that new functionality can be added here without needing to fully bump the VR-Link version for minor changes when a feature is still in development.
If 'publish' is true, setup will be done for the publish side. Otherwise, it will be done for the reflect side.