Go to the source code of this file.
|
| class | diguyNetInterface |
| | This class provides accessors to the interface parameters, as well as functions for going online and offline. More...
|
| |
| Enumerator |
|---|
| DIGUY_COORDINATE_SYSTEM_NONE |
|
| DIGUY_COORDINATE_SYSTEM_UTM |
|
| DIGUY_COORDINATE_SYSTEM_FLAT_EARTH |
|
| DIGUY_COORDINATE_SYSTEM_GEOCENTRIC |
|
| int diguy_module_net_initialize |
( |
| ) |
|
This function allows VR-Link to install some callbacks so that DSS file load and save will include VR-Link-specific info.
It should be called BEFORE the scenario object is constructed.
Returns:
0 on success, -1 on failure
Example:
1 diguy_module_net_initialize();
| int diguy_module_net_deinitialize |
( |
| ) |
|
This function allows DI-Guy networking to clean up.
It should be called once, on application shutdown, after the scenario object has been destroyed.
Returns:
0 on success, -1 on failure
Example:
1 diguy_module_net_deinitialize();
This function returns a diguyNetInterface which can be used to change settings on the networking module.
This will be an appropriate version of the net interface, i.e. a DIS or a HLA interface, depending on which library was linked in.
Returns:
pointer to a diguyNetInterface