OrbbecSDK 1.10.18
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
ob::Version Class Reference

#include <Version.hpp>

Static Public Member Functions

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 int getVersion ()
 Get the full version number of the SDK.
 
static char * getStageVersion ()
 Get the stage version of the SDK.
 

Detailed Description

Definition at line 8 of file Version.hpp.

Member Function Documentation

◆ getMajor()

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

Get the major version number of the SDK.

Returns
int The major version number of the SDK.

◆ getMinor()

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

Get the minor version number of the SDK.

Returns
int The minor version number of the SDK.

◆ getPatch()

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

Get the patch version number of the SDK.

Returns
int The patch version number of the SDK.

◆ getVersion()

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

Get the full version number of the SDK.

Returns
int The full version number of the SDK.

◆ getStageVersion()

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

Get the stage version of the SDK.

Returns
char* The stage version string of the SDK.

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