Livox SDK API  V2.0.0
LidarErrorCode Struct Reference

#include <livox_def.h>

Public Attributes

uint32_t temp_status: 2
 
uint32_t volt_status: 2
 
uint32_t motor_status: 2
 
uint32_t dirty_warn: 2
 
uint32_t firmware_err: 1
 
uint32_t pps_status: 1
 
uint32_t device_status: 1
 
uint32_t fan_status: 1
 
uint32_t self_heating: 1
 
uint32_t ptp_status: 1
 
uint32_t time_sync_status: 3
 
uint32_t rsvd: 13
 
uint32_t system_status: 2
 

Detailed Description

LiDAR error code.

Definition at line 223 of file livox_def.h.

Member Data Documentation

◆ device_status

uint32_t LidarErrorCode::device_status

0: Normal. 1: Warning for Approaching the End of Service Life.

Definition at line 230 of file livox_def.h.

◆ dirty_warn

uint32_t LidarErrorCode::dirty_warn

0: Not Dirty or Blocked. 1: Dirty or Blocked.

Definition at line 227 of file livox_def.h.

◆ fan_status

uint32_t LidarErrorCode::fan_status

0: Fan in Normal State. 1: Fan in Warning State.

Definition at line 231 of file livox_def.h.

◆ firmware_err

uint32_t LidarErrorCode::firmware_err

0: Firmware is OK. 1: Firmware is Abnormal, Need to be Upgraded.

Definition at line 228 of file livox_def.h.

◆ motor_status

uint32_t LidarErrorCode::motor_status

0: Motor in Normal State. 1: Motor in Warning State. 2:Motor in Error State, Unable to Work.

Definition at line 226 of file livox_def.h.

◆ pps_status

uint32_t LidarErrorCode::pps_status

0: No PPS Signal. 1: PPS Signal is OK.

Definition at line 229 of file livox_def.h.

◆ ptp_status

uint32_t LidarErrorCode::ptp_status

0: No 1588 Signal. 1: 1588 Signal is OK.

Definition at line 233 of file livox_def.h.

◆ rsvd

uint32_t LidarErrorCode::rsvd

Reserved.

Definition at line 241 of file livox_def.h.

◆ self_heating

uint32_t LidarErrorCode::self_heating

0: Normal. 1: Low Temperature Self Heating On.

Definition at line 232 of file livox_def.h.

◆ system_status

uint32_t LidarErrorCode::system_status

0: Normal. 1: Warning. 2: Error.

Definition at line 242 of file livox_def.h.

◆ temp_status

uint32_t LidarErrorCode::temp_status

0: Temperature in Normal State. 1: High or Low. 2: Extremely High or Extremely Low.

Definition at line 224 of file livox_def.h.

◆ time_sync_status

uint32_t LidarErrorCode::time_sync_status

0: System dose not start time synchronization. 1: Using PTP 1588 synchronization. 2: Using GPS synchronization. 3: Using PPS synchronization. 4: System time synchronization is abnormal.(The highest priority synchronization signal is abnormal)

Definition at line 240 of file livox_def.h.

◆ volt_status

uint32_t LidarErrorCode::volt_status

0: Voltage in Normal State. 1: High. 2: Extremely High.

Definition at line 225 of file livox_def.h.


The documentation for this struct was generated from the following file: