14#ifndef RAWVALUESPUBLISHERCLIENT_PARAMSPARSER_H 
   15#define RAWVALUESPUBLISHERCLIENT_PARAMSPARSER_H 
   17#include <yarp/os/Searchable.h> 
   18#include <yarp/dev/IDeviceDriverParams.h> 
   73    bool          parseParams(
const yarp::os::Searchable & config) 
override;
 
   78    bool getParamValue(
const std::string& paramName, std::string& paramValue) 
const override;
 
 
This class is the parameters parser for class RawValuesPublisherClient.
 
bool getParamValue(const std::string ¶mName, std::string ¶mValue) const override
 
const std::string m_externalConnection_defaultValue
 
std::string getDocumentationOfDeviceParams() const override
 
std::string m_provided_configuration
 
bool m_externalConnection
 
RawValuesPublisherClient_ParamsParser()
 
bool parseParams(const yarp::os::Searchable &config) override
 
~RawValuesPublisherClient_ParamsParser() override=default
 
std::string getDeviceClassName() const override
 
const std::string m_device_name
 
const parser_version_type m_parser_version
 
std::vector< std::string > getListOfParams() const override
 
const std::string m_local_defaultValue
 
const std::string m_remote_defaultValue
 
const std::string m_carrier_defaultValue
 
std::string getDeviceName() const override
 
const std::string m_device_classname
 
std::string getConfiguration() const override