[A]Add sdk version

[B]Fix bug in README file
This commit is contained in:
Livox-SDK
2019-02-27 11:56:23 +08:00
parent 1da39d9ac8
commit ff4c0b6740
7 changed files with 61 additions and 15 deletions
+6
View File
@@ -33,6 +33,12 @@ extern "C" {
#include <stdint.h>
#include "livox_def.h"
/**
* Return SDK's version information in a numeric form.
* @param version Pointer to a version structure for returning the version information.
*/
void GetLivoxSdkVersion(LivoxSdkVersion *version);
/**
* Initialize the SDK.
* @return true if successfully initialized, otherwise false.