14#ifndef FAKESERIALPORT_PARAMSPARSER_H
15#define FAKESERIALPORT_PARAMSPARSER_H
126 bool getParamValue(
const std::string& paramName, std::string& paramValue)
const override;
This class is the parameters parser for class FakeSerialPort.
const std::string m_xinenb_defaultValue
const std::string m_dtrdisable_defaultValue
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_xofflim_defaultValue
const std::string m_baudrate_defaultValue
const std::string m_line_terminator_char2_defaultValue
const std::string m_dsrenb_defaultValue
const std::string m_rtsenb_defaultValue
char m_line_terminator_char2
const std::string m_databits_defaultValue
std::string getDeviceName() const override
Get the name of the device (i.e.
const parser_version_type m_parser_version
char m_line_terminator_char1
const std::string m_verbose_defaultValue
const std::string m_device_name
FakeSerialPort_ParamsParser()
const std::string m_line_terminator_char1_defaultValue
const std::string m_device_classname
const std::string m_stopbits_defaultValue
const std::string m_comport_defaultValue
const std::string m_readtimeoutmsec_defaultValue
std::string getDeviceClassName() const override
Get the name of the DeviceDriver class.
const std::string m_ctsenb_defaultValue
const std::string m_paritymode_defaultValue
const std::string m_xonlim_defaultValue
std::vector< std::string > getListOfParams() const override
Return a list of all params used by the device.
std::string getConfiguration() const override
Return the configuration of the device.
const std::string m_readmincharacters_defaultValue
const std::string m_xoutenb_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.
const std::string m_rcvenb_defaultValue
~FakeSerialPort_ParamsParser() override=default
const std::string m_modem_defaultValue
std::string m_provided_configuration
An interface for the management of the parameters of a DeviceDriver.
A base class for nested structures that can be searched.