feat:support Mid70 and Avia

This commit is contained in:
Livox-SDK
2020-10-26 20:25:42 +08:00
parent 9f316ced0a
commit eb19d42ce4
23 changed files with 441 additions and 113 deletions
+3 -1
View File
@@ -103,7 +103,9 @@ class DeviceManager : public noncopyable {
void GetConnectedDevices(std::vector<DeviceInfo> &devices);
bool AddListeningDevice(const std::string &broadcast_code, DeviceMode mode, uint8_t &handle);
bool IsLidarMid40(uint8_t handle);
bool IsLidarMid70(uint8_t handle);
bool IsLidarTele(uint8_t handle);
bool IsLidarAvia(uint8_t handle);
bool GetLidarFirmwareVersion(uint8_t handle, uint32_t &firmware_version);
private:
@@ -160,4 +162,4 @@ void DeviceRemove(uint8_t handle,DeviceEvent device_event);
} // namespace livox
#endif // LIVOX_DEVICE_MANAGER_H_
#endif // LIVOX_DEVICE_MANAGER_H_