Class SerialNumber

Class Documentation

class SerialNumber

Class containing the serial number of a laser scanner.

Public Functions

SerialNumber()

Constructor of the serial number.

std::string getSerialNumber() const

Gets the serial number for the scanner.

Returns

The serial number for the scanner.

void setSerialNumber(const std::string &serial_number)

Sets the serial number for the scanner.

Parameters

serial_number – The serial number for the scanner.