Mech-Eye API 2.5.1
API reference documentation for Mech-Eye 3D Laser Profiler
|
Describes the laser profiler information. More...
#include <ProfilerInfo.h>
Data Fields | |
std::string | model {} |
The laser profiler model. | |
std::string | deviceName {} |
The device name (UTF-8 encoded). | |
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.
std::string controllerSN {} |
The controller serial number.
std::string deviceName {} |
The device name (UTF-8 encoded).
Version firmwareVersion {} |
The version of the firmware. The firmware can be upgraded.
Version hardwareVersion {} |
The version of the hardware. The hardware cannot be upgraded.
std::string ipAddress {} |
The IP address of the laser profiler.
IpAssignmentMethod ipAssignmentMethod {} |
The IP address assignment method of the laser profiler.
std::string model {} |
The laser profiler model.
uint16_t port {} |
The laser profiler port.
std::string sensorSN {} |
The sensor serial number.
std::string subnetMask {"255.255.255.0"} |
The IP subnet mask of the laser profiler.