![]() |
Livox SDK API
V2.1.0
|
#include <stdint.h>Go to the source code of this file.
Macros | |
| #define | kMaxLidarCount 32 |
| #define | LIVOX_SDK_MAJOR_VERSION 2 |
| #define | LIVOX_SDK_MINOR_VERSION 1 |
| #define | LIVOX_SDK_PATCH_VERSION 0 |
| #define | kBroadcastCodeSize 16 |
Typedefs | |
| typedef int32_t | livox_status |
| #define kBroadcastCodeSize 16 |
Definition at line 135 of file livox_def.h.
| #define kMaxLidarCount 32 |
Definition at line 30 of file livox_def.h.
| #define LIVOX_SDK_MAJOR_VERSION 2 |
Definition at line 131 of file livox_def.h.
| #define LIVOX_SDK_MINOR_VERSION 1 |
Definition at line 132 of file livox_def.h.
| #define LIVOX_SDK_PATCH_VERSION 0 |
Definition at line 133 of file livox_def.h.
| typedef int32_t livox_status |
Fuction return value defination, refer to LivoxStatus.
Definition at line 84 of file livox_def.h.
| enum DeviceEvent |
Device update type, indicating the change of device connection or working state.
Definition at line 87 of file livox_def.h.
| enum DeviceType |
Device type.
| Enumerator | |
|---|---|
| kDeviceTypeHub |
Livox Hub. |
| kDeviceTypeLidarMid40 |
Mid-40. |
| kDeviceTypeLidarTele |
Tele. |
| kDeviceTypeLidarHorizon |
Horizon. |
Definition at line 33 of file livox_def.h.
| enum ImuFreq |
IMU push frequency.
| Enumerator | |
|---|---|
| kImuFreq0Hz |
IMU push closed. |
| kImuFreq200Hz |
IMU push frequency 200Hz. |
Definition at line 124 of file livox_def.h.
| enum LidarFeature |
Lidar feature.
| Enumerator | |
|---|---|
| kLidarFeatureNone |
No feature. |
| kLidarFeatureRainFog |
Rain and fog feature. |
Definition at line 58 of file livox_def.h.
| enum LidarIpMode |
Lidar IP mode.
| Enumerator | |
|---|---|
| kLidarDynamicIpMode |
Dynamic IP. |
| kLidarStaticIpMode |
Static IP. |
Definition at line 64 of file livox_def.h.
| enum LidarMode |
Lidar mode.
| Enumerator | |
|---|---|
| kLidarModeNormal |
Normal mode. |
| kLidarModePowerSaving |
Power-saving mode. |
| kLidarModeStandby |
Standby mode. |
Definition at line 51 of file livox_def.h.
| enum LidarState |
Lidar state.
Definition at line 41 of file livox_def.h.
| enum LivoxStatus |
Function return value definition.
Definition at line 70 of file livox_def.h.
| enum PointCloudReturnMode |
Point cloud return mode.
| Enumerator | |
|---|---|
| kFirstReturn |
First single return mode . |
| kStrongestReturn |
Strongest single return mode. |
| kDualReturn |
Dual return mode. |
Definition at line 117 of file livox_def.h.
| enum PointDataType |
Point data type.
Definition at line 105 of file livox_def.h.
| enum TimestampType |
Timestamp sync mode define.
Definition at line 95 of file livox_def.h.