OrbbecSDK  1.5.7
OrbbecSDK: Software-Development-Kit for Orbbec 3D-Sensor devices
Version.hpp
Go to the documentation of this file.
1 
10 #pragma once
11 
12 namespace ob {
14 public:
26  static int getMajor();
38  static int getMinor();
50  static int getPatch();
51 
63  static int getVersion();
64 };
65 } // namespace ob
Definition: Context.hpp:20
#define OB_EXTENSION_API
Definition: ObTypes.h:25