OrbbecSDK
2.8.7
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
Toggle main menu visibility
Loading...
Searching...
No Matches
include
libobsensor
h
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
14
extern
"C"
{
15
#endif
16
22
OB_EXPORT
int
ob_get_version
(
void
);
23
29
OB_EXPORT
int
ob_get_major_version
(
void
);
30
36
OB_EXPORT
int
ob_get_minor_version
(
void
);
37
43
OB_EXPORT
int
ob_get_patch_version
(
void
);
44
52
OB_EXPORT
const
char
*
ob_get_stage_version
(
void
);
53
54
#ifdef __cplusplus
55
}
56
#endif
ob_get_patch_version
OB_EXPORT int ob_get_patch_version(void)
Get the SDK patch version number.
ob_get_major_version
OB_EXPORT int ob_get_major_version(void)
Get the SDK major version number.
ob_get_version
OB_EXPORT int ob_get_version(void)
Get the SDK version number.
ob_get_stage_version
OB_EXPORT const char * ob_get_stage_version(void)
Get the SDK stage version.
ob_get_minor_version
OB_EXPORT int ob_get_minor_version(void)
Get the SDK minor version number.
Generated on
for OrbbecSDK by
1.17.0