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