OrbbecSDK 2.5.5
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
Loading...
Searching...
No Matches
Version.h File Reference

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.

Detailed Description

Functions for retrieving the SDK version number information.

Definition in file Version.h.

Function Documentation

◆ ob_get_version()

OB_EXPORT int ob_get_version ( void )

Get the SDK version number.

Returns
int The SDK version number.

Referenced by ob::Version::getVersion().

◆ ob_get_major_version()

OB_EXPORT int ob_get_major_version ( void )

Get the SDK major version number.

Returns
int The SDK major version number.

Referenced by ob::Version::getMajor().

◆ ob_get_minor_version()

OB_EXPORT int ob_get_minor_version ( void )

Get the SDK minor version number.

Returns
int The SDK minor version number.

Referenced by ob::Version::getMinor().

◆ ob_get_patch_version()

OB_EXPORT int ob_get_patch_version ( void )

Get the SDK patch version number.

Returns
int The SDK patch version number.

Referenced by ob::Version::getPatch().

◆ ob_get_stage_version()

OB_EXPORT const char * ob_get_stage_version ( void )

Get the SDK stage version.

Attention
The returned char* does not need to be freed.
Returns
const char* The SDK stage version.

Referenced by ob::Version::getStageVersion().