Mech-Eye API Reference 2.1.4-alpha
API reference documentation for Mech-Eye 3D Laser Profiler
All Classes Functions Variables Enumerations Enumerator Pages
Public Attributes | List of all members
mmind::eye::ProfilerInfo Struct Reference

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.
 

Detailed Description

The information of the laser profiler.

Definition at line 11 of file ProfilerInfo.h.

Member Data Documentation

◆ controllerSN

std::string mmind::eye::ProfilerInfo::controllerSN {}

Controller serial number.

Definition at line 14 of file ProfilerInfo.h.

◆ firmwareVersion

Version mmind::eye::ProfilerInfo::firmwareVersion {}

The version of the firmware. The firmware can be upgraded.

Definition at line 17 of file ProfilerInfo.h.

◆ hardwareVersion

Version mmind::eye::ProfilerInfo::hardwareVersion {}

The version of the hardware. The hardware cannot be upgraded.

Definition at line 16 of file ProfilerInfo.h.

◆ ipAddress

std::string mmind::eye::ProfilerInfo::ipAddress {}

IP address of the laser profiler.

Definition at line 18 of file ProfilerInfo.h.

◆ ipAssignmentMethod

IpAssignmentMethod mmind::eye::ProfilerInfo::ipAssignmentMethod {}

IP address assignment method.

Definition at line 20 of file ProfilerInfo.h.

◆ model

std::string mmind::eye::ProfilerInfo::model {}

Laser profiler model.

Definition at line 13 of file ProfilerInfo.h.

◆ port

uint16_t mmind::eye::ProfilerInfo::port {}

Port occupied by the Mech-Eye SDK application.

Definition at line 21 of file ProfilerInfo.h.

◆ sensorSN

std::string mmind::eye::ProfilerInfo::sensorSN {}

Sensor head serial number.

Definition at line 15 of file ProfilerInfo.h.

◆ subnetMask

std::string mmind::eye::ProfilerInfo::subnetMask {"255.255.255.0"}

Subnet mask.

Definition at line 19 of file ProfilerInfo.h.


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