14#ifndef FAKEBOT_PARAMSPARSER_H
15#define FAKEBOT_PARAMSPARSER_H
This class is the parameters parser for class FakeBot.
std::string getDeviceName() const override
Get the name of the device (i.e.
const std::string m_sy_defaultValue
const std::string m_sx_defaultValue
const std::string m_noise_defaultValue
std::string getDocumentationOfDeviceParams() const override
Get the documentation of the DeviceDriver's parameters.
const std::string m_device_classname
std::vector< std::string > getListOfParams() const override
Return a list of all params used by the device.
std::string getDeviceClassName() const override
Get the name of the DeviceDriver class.
~FakeBot_ParamsParser() override=default
const std::string m_lifetime_defaultValue
const parser_version_type m_parser_version
const std::string m_target_defaultValue
const std::string m_background_defaultValue
bool parseParams(const yarp::os::Searchable &config) override
Parse the DeviceDriver parameters.
const std::string m_device_name
An interface for the management of the parameters of a DeviceDriver.
A base class for nested structures that can be searched.