Mech-Eye API 2.3.3
API reference documentation for Mech-Eye 3D Laser Profiler
Loading...
Searching...
No Matches
Public Attributes | List of all members
mmind::eye::ProfilerInfo Struct Reference

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.
 

Detailed Description

Describes the laser profiler information.

Definition at line 11 of file ProfilerInfo.h.

Member Data Documentation

◆ controllerSN

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

The 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 {}

The IP address of the laser profiler.

Definition at line 18 of file ProfilerInfo.h.

◆ ipAssignmentMethod

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

The IP address assignment method of the laser profiler.

Definition at line 21 of file ProfilerInfo.h.

◆ model

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

The laser profiler model.

Definition at line 13 of file ProfilerInfo.h.

◆ port

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

The laser profiler port.

Definition at line 22 of file ProfilerInfo.h.

◆ sensorSN

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

The sensor serial number.

Definition at line 15 of file ProfilerInfo.h.

◆ subnetMask

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.


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