OrbbecSDK 1.10.18
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
Loading...
Searching...
No Matches
Version.hpp
Go to the documentation of this file.
1
5#pragma once
6
7namespace ob {
9public:
15 static int getMajor();
16
22 static int getMinor();
23
29 static int getPatch();
30
36 static int getVersion();
37
43 static char *getStageVersion();
44};
45} // namespace ob
#define OB_EXTENSION_API
Definition ObTypes.h:28
static int getMinor()
Get the minor version number of the SDK.
static char * getStageVersion()
Get the stage version of the SDK.
static int getMajor()
Get the major 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.
Definition Context.hpp:16