RCL - RoboCLuedo  v1.0
Francesco Ganci - S4143910 - Experimental Robotics Lab - Assignment 1

◆ ArmorTools() [1/2]

ArmorTools::ArmorTools ( std::string  client = ARMOR_DEFAULT_CLIENT,
std::string  reference = ARMOR_DEFAULT_REFERENCE,
bool  dbmode = false 
)

Class Constructor, 3 arguments.

Complete class constructor. Dummy init of the class in an invalid state.

Parameters
client(optional) corresponding to the 'client_name' field
reference(optional) corresponding to the 'reference_name' field
dbmode(optional) enable debug mode?
See also
aRMOR official documentation – meaning of the parameters "client" and "reference"

Definition at line 18 of file armor_tools.cpp.