OrbbecSDK 2.0.18
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
#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. | |
Definition at line 13 of file Version.hpp.
|
inlinestatic |
Get the full version number of the SDK.
The full version number equals to: major * 10000 + minor * 100 + patch
Definition at line 21 of file Version.hpp.
|
inlinestatic |
Get the major version number of the SDK.
Definition at line 29 of file Version.hpp.
|
inlinestatic |
Get the minor version number of the SDK.
Definition at line 38 of file Version.hpp.
|
inlinestatic |
Get the patch version number of the SDK.
Definition at line 47 of file Version.hpp.
|
inlinestatic |
Get the stage version of the SDK.
The stage version string is a vendor defined string for some special releases.
Definition at line 57 of file Version.hpp.