feat:support Tele

This commit is contained in:
Livox-SDK
2020-06-17 15:48:14 +08:00
parent cee246cab0
commit 61e24a74bb
1874 changed files with 299 additions and 228947 deletions
+2 -1
View File
@@ -103,6 +103,7 @@ 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 IsLidarTele(uint8_t handle);
bool GetLidarFirmwareVersion(uint8_t handle, uint32_t &firmware_version);
private:
@@ -159,4 +160,4 @@ void DeviceRemove(uint8_t handle,DeviceEvent device_event);
} // namespace livox
#endif // LIVOX_DEVICE_MANAGER_H_
#endif // LIVOX_DEVICE_MANAGER_H_