Livox SDK API
V2.2.0
|
#include <livox_def.h>
Public Attributes | |
uint32_t | sync_status: 2 |
uint32_t | temp_status: 2 |
uint32_t | lidar_status: 1 |
uint32_t | lidar_link_status: 1 |
uint32_t | firmware_err: 1 |
uint32_t | rsvd: 23 |
uint32_t | system_status: 2 |
Hub error code.
Definition at line 291 of file livox_def.h.
uint32_t HubErrorCode::firmware_err |
0: LiDAR Firmware is OK. 1: LiDAR Firmware is Abnormal, Need to be Upgraded.
Definition at line 301 of file livox_def.h.
uint32_t HubErrorCode::lidar_link_status |
0: LiDAR Connection is Normal. 1: LiDAR Connection is Abnormal.
Definition at line 300 of file livox_def.h.
uint32_t HubErrorCode::lidar_status |
0: LiDAR State is Normal. 1: LiDAR State is Abnormal.
Definition at line 299 of file livox_def.h.
uint32_t HubErrorCode::rsvd |
Reserved.
Definition at line 302 of file livox_def.h.
uint32_t HubErrorCode::sync_status |
0: No synchronization signal. 1: 1588 synchronization. 2: GPS synchronization. 3: System time synchronization is abnormal.(The highest priority synchronization signal is abnormal)
Definition at line 297 of file livox_def.h.
uint32_t HubErrorCode::system_status |
0: Normal. 1: Warning. 2: Error.
Definition at line 303 of file livox_def.h.
uint32_t HubErrorCode::temp_status |
0: Temperature in Normal State. 1: High or Low. 2: Extremely High or Extremely Low.
Definition at line 298 of file livox_def.h.