14#ifndef AUDIOPLAYERWRAPPER_PARAMSPARSER_H
15#define AUDIOPLAYERWRAPPER_PARAMSPARSER_H
70 std::string
m_name = {
"/audioPlayerWrapper"};
81 bool getParamValue(
const std::string& paramName, std::string& paramValue)
const override;
This class is the parameters parser for class AudioPlayerWrapper.
std::string m_provided_configuration
~AudioPlayerWrapper_ParamsParser() override=default
const std::string m_debug_defaultValue
std::string getConfiguration() const override
Return the configuration of the device.
bool getParamValue(const std::string ¶mName, std::string ¶mValue) const override
Return the value (represented as a string) of the requested parameter.
std::string getDocumentationOfDeviceParams() const override
Get the documentation of the DeviceDriver's parameters.
const parser_version_type m_parser_version
std::string getDeviceClassName() const override
Get the name of the DeviceDriver class.
const std::string m_playback_network_buffer_size_defaultValue
const std::string m_device_name
const std::string m_device_classname
std::string getDeviceName() const override
Get the name of the device (i.e.
double m_playback_network_buffer_size
const std::string m_period_defaultValue
std::vector< std::string > getListOfParams() const override
Return a list of all params used by the device.
AudioPlayerWrapper_ParamsParser()
bool parseParams(const yarp::os::Searchable &config) override
Parse the DeviceDriver parameters.
const std::string m_start_defaultValue
const std::string m_name_defaultValue
An interface for the management of the parameters of a DeviceDriver.
A base class for nested structures that can be searched.