Class OrderNumber

Class Documentation

class OrderNumber

Class containing the order number of a laser scanner.

Public Functions

OrderNumber()

Constructor of the order number.

std::string getOrderNumber() const

Gets the order number for the scanner.

Returns

The order number for the scanner.

void setOrderNumber(const std::string &order_number)

Sets the order number for the scanner.

Parameters

order_number – The order number for the scanner.