Mech-Eye API 2.4.0
API reference documentation for Mech-Eye 3D Laser Profiler
|
Describes the laser profiler information. More...
#include <ProfilerInfo.h>
Public Attributes | |
std::string | model {} |
The laser profiler model. | |
std::string | controllerSN {} |
The controller serial number. | |
std::string | sensorSN {} |
The sensor 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 {} |
The IP address of the laser profiler. | |
std::string | subnetMask {"255.255.255.0"} |
The IP subnet mask of the laser profiler. | |
IpAssignmentMethod | ipAssignmentMethod {} |
The IP address assignment method of the laser profiler. | |
uint16_t | port {} |
The laser profiler port. | |
Describes the laser profiler information.
Definition at line 11 of file ProfilerInfo.h.
std::string mmind::eye::ProfilerInfo::controllerSN {} |
The 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 {} |
The IP address of the laser profiler.
Definition at line 18 of file ProfilerInfo.h.
IpAssignmentMethod mmind::eye::ProfilerInfo::ipAssignmentMethod {} |
The IP address assignment method of the laser profiler.
Definition at line 21 of file ProfilerInfo.h.
std::string mmind::eye::ProfilerInfo::model {} |
The laser profiler model.
Definition at line 13 of file ProfilerInfo.h.
uint16_t mmind::eye::ProfilerInfo::port {} |
The laser profiler port.
Definition at line 22 of file ProfilerInfo.h.
std::string mmind::eye::ProfilerInfo::sensorSN {} |
The sensor serial number.
Definition at line 15 of file ProfilerInfo.h.
std::string mmind::eye::ProfilerInfo::subnetMask {"255.255.255.0"} |
The IP subnet mask of the laser profiler.
Definition at line 19 of file ProfilerInfo.h.