Livox SDK API
V2.2.0
|
#include <livox_def.h>
Public Attributes | |
uint8_t | ret_code |
uint8_t | count |
ConnectedLidarInfo | device_info_list [1] |
The response body of querying the information of LiDAR units connected to the Livox Hub.
Definition at line 652 of file livox_def.h.
uint8_t HubQueryLidarInformationResponse::count |
Count of device_info_list.
Definition at line 654 of file livox_def.h.
ConnectedLidarInfo HubQueryLidarInformationResponse::device_info_list[1] |
Connected lidars information list.
Definition at line 655 of file livox_def.h.
uint8_t HubQueryLidarInformationResponse::ret_code |
Return code.
Definition at line 653 of file livox_def.h.