14#ifndef AUDIORECORDER_NWS_YARP_PARAMSPARSER_H
15#define AUDIORECORDER_NWS_YARP_PARAMSPARSER_H
74 std::string
m_name = {
"/audioRecorder_nws"};
This class is the parameters parser for class AudioRecorder_nws_yarp.
const std::string m_period_defaultValue
const std::string m_device_classname
const std::string m_debug_defaultValue
const std::string m_max_samples_over_network_defaultValue
~AudioRecorder_nws_yarp_ParamsParser() override=default
const std::string m_device_name
std::string getDeviceName() const override
Get the name of the device (i.e.
const std::string m_name_defaultValue
size_t m_min_samples_over_network
std::vector< std::string > getListOfParams() const override
Return a list of all params used by the device.
const std::string m_getSound_timeout_defaultValue
const std::string m_min_samples_over_network_defaultValue
AudioRecorder_nws_yarp_ParamsParser()
const parser_version_type m_parser_version
const std::string m_start_defaultValue
std::string getDeviceClassName() const override
Get the name of the DeviceDriver class.
bool m_send_sound_on_stop
size_t m_max_samples_over_network
const std::string m_send_sound_on_stop_defaultValue
std::string getDocumentationOfDeviceParams() const override
Get the documentation of the DeviceDriver's parameters.
bool parseParams(const yarp::os::Searchable &config) override
Parse the DeviceDriver parameters.
An interface for the management of the parameters of a DeviceDriver.
A base class for nested structures that can be searched.