14#ifndef DEVICEBUNDLER_PARAMSPARSER_H
15#define DEVICEBUNDLER_PARAMSPARSER_H
75 bool getParamValue(
const std::string& paramName, std::string& paramValue)
const override;
This class is the parameters parser for class DeviceBundler.
DeviceBundler_ParamsParser()
std::string getDeviceName() const override
Get the name of the device (i.e.
const std::string m_attached_device_defaultValue
std::string getDeviceClassName() const override
Get the name of the DeviceDriver class.
std::string m_wrapper_device
bool parseParams(const yarp::os::Searchable &config) override
Parse the DeviceDriver parameters.
~DeviceBundler_ParamsParser() override=default
const std::string m_device_name
const parser_version_type m_parser_version
std::string getConfiguration() const override
Return the configuration of the device.
std::string m_attached_device
const std::string m_wrapper_device_defaultValue
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_doNotAttach_defaultValue
std::vector< std::string > getListOfParams() const override
Return a list of all params used by the device.
std::string getDocumentationOfDeviceParams() const override
Get the documentation of the DeviceDriver's parameters.
const std::string m_device_classname
std::string m_provided_configuration
An interface for the management of the parameters of a DeviceDriver.
A base class for nested structures that can be searched.