Mech-Eye API 2.5.1
API reference documentation for Mech-Eye 3D Laser Profiler
Loading...
Searching...
No Matches
Data Fields
ProfilerInfo Struct Reference

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.
 

Detailed Description

Describes the laser profiler information.

Field Documentation

◆ controllerSN

std::string controllerSN {}

The controller serial number.

◆ deviceName

std::string deviceName {}

The device name (UTF-8 encoded).

◆ firmwareVersion

Version firmwareVersion {}

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

◆ hardwareVersion

Version hardwareVersion {}

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

◆ ipAddress

std::string ipAddress {}

The IP address of the laser profiler.

◆ ipAssignmentMethod

IpAssignmentMethod ipAssignmentMethod {}

The IP address assignment method of the laser profiler.

◆ model

std::string model {}

The laser profiler model.

◆ port

uint16_t port {}

The laser profiler port.

◆ sensorSN

std::string sensorSN {}

The sensor serial number.

◆ subnetMask

std::string subnetMask {"255.255.255.0"}

The IP subnet mask of the laser profiler.


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