![]() |
VR-Link API Documentation for DIS
|
This file declares global functions to check the validity of a license. More...
Go to the source code of this file.
Functions | |
| bool | DtHaveVrLinkLicense () |
| Use this functions to ask the license server whether a VR-Link licenses is available. | |
| bool | DtHaveRtiLicense () |
| Use this functions to ask the license server whether a RTI licenses is available. | |
This file declares global functions to check the validity of a license.
| bool DtHaveRtiLicense | ( | ) |
Use this functions to ask the license server whether a RTI licenses is available.
If a license could successfully be checked out these functions will return true. Unfortunately, calling this functions does not guarantee that the creation of any licensed objects will not fail (because it's possible for the state of the license manager to change between calling these fns and creating the objs).
| bool DtHaveVrLinkLicense | ( | ) |
Use this functions to ask the license server whether a VR-Link licenses is available.
If a license could successfully be checked out these functions will return true. Unfortunately, calling this functions does not guarantee that the creation of any licensed objects will not fail (because it's possible for the state of the license manager to change between calling these fns and creating the objs).