![]() |
Mech-Eye API Reference 2.1.4-alpha
API reference documentation for Mech-Eye 3D Laser Profiler
|
The information of the laser profiler. More...
#include <ProfilerInfo.h>
Public Attributes | |
| std::string | model {} |
| Laser profiler model. | |
| std::string | controllerSN {} |
| Controller serial number. | |
| std::string | sensorSN {} |
| Sensor head serial number. | |
| Version | hardwareVersion {} |
| The version of the hardware. The hardware cannot be upgraded. | |
| Version | firmwareVersion {} |
| The version of the firmware. The firmware can be upgraded. | |
| std::string | ipAddress {} |
| IP address of the laser profiler. | |
| std::string | subnetMask {"255.255.255.0"} |
| Subnet mask. | |
| IpAssignmentMethod | ipAssignmentMethod {} |
| IP address assignment method. | |
| uint16_t | port {} |
| Port occupied by the Mech-Eye SDK application. | |
The information of the laser profiler.
Definition at line 11 of file ProfilerInfo.h.
| std::string mmind::eye::ProfilerInfo::controllerSN {} |
Controller serial number.
Definition at line 14 of file ProfilerInfo.h.
| Version mmind::eye::ProfilerInfo::firmwareVersion {} |
The version of the firmware. The firmware can be upgraded.
Definition at line 17 of file ProfilerInfo.h.
| Version mmind::eye::ProfilerInfo::hardwareVersion {} |
The version of the hardware. The hardware cannot be upgraded.
Definition at line 16 of file ProfilerInfo.h.
| std::string mmind::eye::ProfilerInfo::ipAddress {} |
IP address of the laser profiler.
Definition at line 18 of file ProfilerInfo.h.
| IpAssignmentMethod mmind::eye::ProfilerInfo::ipAssignmentMethod {} |
IP address assignment method.
Definition at line 20 of file ProfilerInfo.h.
| std::string mmind::eye::ProfilerInfo::model {} |
Laser profiler model.
Definition at line 13 of file ProfilerInfo.h.
| uint16_t mmind::eye::ProfilerInfo::port {} |
Port occupied by the Mech-Eye SDK application.
Definition at line 21 of file ProfilerInfo.h.
| std::string mmind::eye::ProfilerInfo::sensorSN {} |
Sensor head serial number.
Definition at line 15 of file ProfilerInfo.h.
| std::string mmind::eye::ProfilerInfo::subnetMask {"255.255.255.0"} |
Subnet mask.
Definition at line 19 of file ProfilerInfo.h.