14#ifndef LOCALIZATION2D_NWS_YARP_PARAMSPARSER_H
15#define LOCALIZATION2D_NWS_YARP_PARAMSPARSER_H
81 bool getParamValue(
const std::string& paramName, std::string& paramValue)
const override;
This class is the parameters parser for class Localization2D_nws_yarp.
std::vector< std::string > getListOfParams() const override
Return a list of all params used by the device.
const std::string m_device_classname
std::string getConfiguration() const override
Return the configuration of the device.
const std::string m_GENERAL_retrieve_position_periodically_defaultValue
bool m_GENERAL_publish_odometry
~Localization2D_nws_yarp_ParamsParser() override=default
std::string getDeviceClassName() const override
Get the name of the DeviceDriver class.
std::string getDocumentationOfDeviceParams() const override
Get the documentation of the DeviceDriver's parameters.
bool m_GENERAL_retrieve_position_periodically
const std::string m_GENERAL_publish_odometry_defaultValue
const std::string m_GENERAL_period_defaultValue
const std::string m_GENERAL_name_defaultValue
std::string getDeviceName() const override
Get the name of the device (i.e.
Localization2D_nws_yarp_ParamsParser()
const parser_version_type m_parser_version
std::string m_provided_configuration
bool m_GENERAL_publish_location
std::string m_GENERAL_name
const std::string m_device_name
bool parseParams(const yarp::os::Searchable &config) override
Parse the DeviceDriver parameters.
bool getParamValue(const std::string ¶mName, std::string ¶mValue) const override
Return the value (represented as a string) of the requested parameter.
const std::string m_GENERAL_publish_location_defaultValue
An interface for the management of the parameters of a DeviceDriver.
A base class for nested structures that can be searched.