VisioMove SDK (iOS)  2.1.22
VgEngine::VgILicenseManager Interface Referenceabstract

Public Member Functions

virtual ~VgILicenseManager ()
 
virtual const std::string & getMachineCode () const =0
 
virtual const std::string getVersion () const =0
 
virtual const std::string getRevision () const =0
 

Static Public Member Functions

static const std::string staticGetVersion ()
 
static const std::string staticGetMinimumDataSDKVersion ()
 
static const std::string staticGetRevision ()
 

Protected Member Functions

 VgILicenseManager ()
 

Detailed Description

The VgILicenseManager class is used to manage licensing issues.

You can use this interface to retrieve the VisioMove's version and the machine code.

Constructor & Destructor Documentation

VgEngine::VgILicenseManager::VgILicenseManager ( )
inlineprotected

Constructor.

virtual VgEngine::VgILicenseManager::~VgILicenseManager ( )
inlinevirtual

Member Function Documentation

virtual const std::string& VgEngine::VgILicenseManager::getMachineCode ( ) const
pure virtual

Retrieves the machine code. This code is unique for a machine.

Referenced by ~VgILicenseManager().

virtual const std::string VgEngine::VgILicenseManager::getRevision ( ) const
pure virtual

Retrieves the revision of the engine this uniquely identifies the code used to compiled the engine.

Version
2.0.9617
2.1.4 updated format
Returns
VisioMove revision string.

Referenced by ~VgILicenseManager().

virtual const std::string VgEngine::VgILicenseManager::getVersion ( ) const
pure virtual

Retrieves the version string: major.minor.patch e.g. 2.1.0 Versions are incremented: Major: when changes significantly break the API. Minor: when new functionality is added (can sometimes imply minor function name changes and refactoring). Patch: on any changes, bug fixes, documentation updates.

This information is also available on file VgEngine/VgVersion.h

Version
2.1.0 updated version string
Returns
VisioMove version string.

Referenced by ~VgILicenseManager().

static const std::string VgEngine::VgILicenseManager::staticGetMinimumDataSDKVersion ( )
static

Retrieves the minimum version string major.minor.patch of the data that this SDK can handle. If the data version is below this version, loadConfiguration should NOT be called. This is to handle the case where old data format handling is deprecated. e.g. 2.1.0

Version
2.1.5
Returns
a version string that correspondes to the minimum Data version that this SDK can handle.
See also
VgIDatabase::loadConfiguration

Referenced by ~VgILicenseManager().

static const std::string VgEngine::VgILicenseManager::staticGetRevision ( )
static

Retrieves the revision of the engine this uniquely identifies the code used to compiled the engine

Version
2.1.6
Returns
VisioMove revision string.

Referenced by ~VgILicenseManager().

static const std::string VgEngine::VgILicenseManager::staticGetVersion ( )
static

Retrieves the version string: major.minor.patch e.g. 2.1.0 Versions are incremented: Major: when changes significantly break the API. Minor: when new functionality is added (can sometimes imply minor function name changes and refactoring). Patch: on any changes, bug fixes, documentation updates.

This information is also available on file VgEngine/VgVersion.h

Version
2.1.5
Returns
VisioMove version string.

Referenced by ~VgILicenseManager().


The documentation for this interface was generated from the following file:
VisioMove 2.1.22, Visioglobe® 2016