14#ifndef CHATBOT_NWS_YARP_PARAMSPARSER_H
15#define CHATBOT_NWS_YARP_PARAMSPARSER_H
64 std::string
m_name = {
"/chatBot_nws"};
72 bool getParamValue(
const std::string& paramName, std::string& paramValue)
const override;
This class is the parameters parser for class ChatBot_nws_yarp.
const std::string m_device_classname
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_device_name
~ChatBot_nws_yarp_ParamsParser() override=default
const parser_version_type m_parser_version
bool parseParams(const yarp::os::Searchable &config) override
Parse the DeviceDriver parameters.
std::string m_streaming_name
const std::string m_name_defaultValue
std::string getDeviceClassName() const override
Get the name of the DeviceDriver class.
ChatBot_nws_yarp_ParamsParser()
const std::string m_streaming_name_defaultValue
std::string getDocumentationOfDeviceParams() const override
Get the documentation of the DeviceDriver's parameters.
std::vector< std::string > getListOfParams() const override
Return a list of all params used by the device.
std::string m_provided_configuration
std::string getDeviceName() const override
Get the name of the device (i.e.
std::string getConfiguration() const override
Return the configuration of the device.
An interface for the management of the parameters of a DeviceDriver.
A base class for nested structures that can be searched.