14#ifndef TTSDEVICE_PARAMSPARSER_H
15#define TTSDEVICE_PARAMSPARSER_H
This class is the parameters parser for class TtsDevice.
const std::string m_ENVS_deployment_id_name_defaultValue
const std::string m_device_classname
~TtsDevice_ParamsParser() override=default
std::string m_ENVS_end_point_name
std::string m_ENVS_deployment_id_name
std::string getDeviceClassName() const override
Get the name of the DeviceDriver class.
std::string m_ENVS_api_key_name
const parser_version_type m_parser_version
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.
const std::string m_ENVS_end_point_name_defaultValue
const std::string m_device_name
const std::string m_ENVS_api_version_name_defaultValue
std::string m_ENVS_api_version_name
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.
const std::string m_ENVS_api_key_name_defaultValue
An interface for the management of the parameters of a DeviceDriver.
A base class for nested structures that can be searched.