OrbbecSDK 2.5.5
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
Loading...
Searching...
No Matches
Version.h
Go to the documentation of this file.
1// Copyright (c) Orbbec Inc. All Rights Reserved.
2// Licensed under the MIT License.
3
9#pragma once
10
11#include "Export.h"
12
13#ifdef __cplusplus
14extern "C" {
15#endif
16
23
30
37
44
52
53#ifdef __cplusplus
54}
55#endif
#define OB_EXPORT
Definition Export.h:15
OB_EXPORT int ob_get_patch_version(void)
Get the SDK patch version number.
OB_EXPORT int ob_get_major_version(void)
Get the SDK major version number.
OB_EXPORT int ob_get_version(void)
Get the SDK version number.
OB_EXPORT const char * ob_get_stage_version(void)
Get the SDK stage version.
OB_EXPORT int ob_get_minor_version(void)
Get the SDK minor version number.