OrbbecSDK 2.0.18
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
Loading...
Searching...
No Matches
ob::Version Class Reference

#include <Version.hpp>

Static Public Member Functions

static int getVersion ()
 Get the full version number of the SDK.
 
static int getMajor ()
 Get the major version number of the SDK.
 
static int getMinor ()
 Get the minor version number of the SDK.
 
static int getPatch ()
 Get the patch version number of the SDK.
 
static const char * getStageVersion ()
 Get the stage version of the SDK.
 

Detailed Description

Definition at line 13 of file Version.hpp.

Member Function Documentation

◆ getVersion()

static int ob::Version::getVersion ( )
inlinestatic

Get the full version number of the SDK.

The full version number equals to: major * 10000 + minor * 100 + patch

Returns
int The full version number of the SDK.

Definition at line 21 of file Version.hpp.

◆ getMajor()

static int ob::Version::getMajor ( )
inlinestatic

Get the major version number of the SDK.

Returns
int The major version number of the SDK.

Definition at line 29 of file Version.hpp.

◆ getMinor()

static int ob::Version::getMinor ( )
inlinestatic

Get the minor version number of the SDK.

Returns
int The minor version number of the SDK.

Definition at line 38 of file Version.hpp.

◆ getPatch()

static int ob::Version::getPatch ( )
inlinestatic

Get the patch version number of the SDK.

Returns
int The patch version number of the SDK.

Definition at line 47 of file Version.hpp.

◆ getStageVersion()

static const char * ob::Version::getStageVersion ( )
inlinestatic

Get the stage version of the SDK.

The stage version string is a vendor defined string for some special releases.

Returns
char* The stage version string of the SDK.

Definition at line 57 of file Version.hpp.


The documentation for this class was generated from the following file: