|
OrbbecSDK 2.5.5
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
Functions for retrieving the SDK version number information. More...
#include "Export.h"Go to the source code of this file.
Functions | |
| OB_EXPORT int | ob_get_version (void) |
| Get the SDK version number. | |
| OB_EXPORT int | ob_get_major_version (void) |
| Get the SDK major version number. | |
| OB_EXPORT int | ob_get_minor_version (void) |
| Get the SDK minor version number. | |
| OB_EXPORT int | ob_get_patch_version (void) |
| Get the SDK patch version number. | |
| OB_EXPORT const char * | ob_get_stage_version (void) |
| Get the SDK stage version. | |
Functions for retrieving the SDK version number information.
Definition in file Version.h.
| OB_EXPORT int ob_get_version | ( | void | ) |
Get the SDK version number.
Referenced by ob::Version::getVersion().
| OB_EXPORT int ob_get_major_version | ( | void | ) |
Get the SDK major version number.
Referenced by ob::Version::getMajor().
| OB_EXPORT int ob_get_minor_version | ( | void | ) |
Get the SDK minor version number.
Referenced by ob::Version::getMinor().
| OB_EXPORT int ob_get_patch_version | ( | void | ) |
Get the SDK patch version number.
Referenced by ob::Version::getPatch().
| OB_EXPORT const char * ob_get_stage_version | ( | void | ) |
Get the SDK stage version.
Referenced by ob::Version::getStageVersion().