![]() |
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 | ||
| ) |
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, of course, is that we can have more direct control over the ones here, since VR-Link's libraries are updated infrequently.
This is a good place to begin exploring if you want to make modifications.
If 'publish' is true, setup will be done for the publish side. Otherwise, it will be done for the reflect side.