feat:replace boost library with C++11 std library

This commit is contained in:
Livox-SDK
2020-04-01 20:53:55 +08:00
parent 6d06233944
commit d3258bbd97
1936 changed files with 241862 additions and 60153 deletions
+8 -1
View File
@@ -39,6 +39,11 @@ extern "C" {
*/
void GetLivoxSdkVersion(LivoxSdkVersion *version);
/**
* Disable console log output.
*/
void DisableConsoleLogger();
/**
* Initialize the SDK.
* @return true if successfully initialized, otherwise false.
@@ -303,7 +308,7 @@ livox_status GetDeviceIpInformation(uint8_t handle, GetDeviceIpInformationCallba
/**
* Reboot device.
* @note \ref RebootDevice is not supported for Mid40/100
* @note \ref RebootDevice is not supported for Mid40/100 firmware version < 03.07.0000.
* @param handle device handle.
* @param timeout reboot device after [timeout] ms.
* @param cb callback for the command.
@@ -822,6 +827,7 @@ livox_status LidarGetImuPushFrequency(uint8_t handle, LidarGetImuPushFrequencyCa
/**
* Set GPRMC formate synchronization time.
* @note \ref LidarSetRmcSyncTime is not supported for Mid40/100 firmware version < 03.07.0000.
* @param handle device handle.
* @param rmc GPRMC\GNRMC format data.
* @param rmc_length lenth of gprmc.
@@ -837,6 +843,7 @@ livox_status LidarSetRmcSyncTime(uint8_t handle,
/**
* Set UTC formate synchronization time.
* @note \ref LidarSetUtcSyncTime is not supported for Mid40/100 firmware version < 03.07.0000.
* @param handle device handle.
* @param req UTC format data.
* @param cb callback for the command.