feat(api): version check

This commit is contained in:
TinyOh
2019-02-27 08:14:37 +08:00
parent 23d77d0de3
commit 262f64715d
6 changed files with 100 additions and 4 deletions

View File

@@ -122,6 +122,8 @@ enum class Info : std::uint8_t {
IMU_TYPE,
/** Nominal baseline */
NOMINAL_BASELINE,
/** SDK version*/
SDK_VERSION,
/** Last guard */
LAST
};