GetParameterSet

virtual PLockableParameterSet IRobot::GetParameterSet(const std::string &name) const = 0

Gets the lockable parameter set of this robot with the specified name.

Parameters

name – Name of parameter set.

Returns

PLockableParameterSet – The parameter set with the specified name.

Throws