Class ProjectName

Class Documentation

class ProjectName

Class containing the project name of a laser scanner.

Public Functions

ProjectName()

Constructor of the project name.

std::string getProjectName() const

Gets the project name for the scanner.

Returns

The project name for the scanner.

void setProjectName(const std::string &project_name)

Sets the project name for the scanner.

Parameters

project_name – The project name for the scanner.