14#ifndef REMOTECONTROLBOARD_PARAMSPARSER_H
15#define REMOTECONTROLBOARD_PARAMSPARSER_H
This class is the parameters parser for class RemoteControlBoard.
int m_local_qos_thread_priority
const std::string m_remote_qos_thread_policy_defaultValue
std::vector< std::string > getListOfParams() const override
Return a list of all params used by the device.
std::string getDocumentationOfDeviceParams() const override
Get the documentation of the DeviceDriver's parameters.
const std::string m_remote_qos_thread_priority_defaultValue
const std::string m_local_qos_packet_priority_defaultValue
const std::string m_diagnostic_defaultValue
bool m_ignoreProtocolCheck
const std::string m_ignoreProtocolCheck_defaultValue
const parser_version_type m_parser_version
bool parseParams(const yarp::os::Searchable &config) override
Parse the DeviceDriver parameters.
const std::string m_remote_qos_enable_defaultValue
const std::string m_carrier_defaultValue
int m_remote_qos_thread_priority
RemoteControlBoard_ParamsParser()
const std::string m_local_qos_thread_priority_defaultValue
const std::string m_remote_qos_packet_priority_defaultValue
int m_remote_qos_thread_policy
std::string getDeviceName() const override
Get the name of the device (i.e.
const std::string m_local_qos_enable_defaultValue
const std::string m_writeStrict_defaultValue
int m_local_qos_thread_policy
const std::string m_local_qos_thread_policy_defaultValue
~RemoteControlBoard_ParamsParser() override=default
const std::string m_local_defaultValue
std::string m_remote_qos_packet_priority
const std::string m_remote_defaultValue
const std::string m_timeout_defaultValue
std::string m_writeStrict
const std::string m_device_classname
const std::string m_device_name
std::string m_local_qos_packet_priority
std::string getDeviceClassName() const override
Get the name of the DeviceDriver class.
An interface for the management of the parameters of a DeviceDriver.
A base class for nested structures that can be searched.