14#ifndef FAKEMOTIONCONTROL_PARAMSPARSER_H
15#define FAKEMOTIONCONTROL_PARAMSPARSER_H
This class is the parameters parser for class FakeMotionControl.
std::vector< double > m_LIMITS_Min
std::vector< std::string > getListOfParams() const override
Return a list of all params used by the device.
std::vector< std::string > m_GENERAL_AxisName
~FakeMotionControl_ParamsParser() override=default
const std::string m_LIMITS_Min_defaultValue
const std::string m_device_classname
const std::string m_GENERAL_ampsToSensor_defaultValue
const std::string m_LIMITS_Max_defaultValue
const parser_version_type m_parser_version
std::vector< int > m_GENERAL_Encoder
std::vector< double > m_LIMITS_Max
std::string getDeviceClassName() const override
Get the name of the DeviceDriver class.
const std::string m_GENERAL_fullscalePWM_defaultValue
const std::string m_device_name
std::vector< std::string > m_GENERAL_AxisType
std::string getDeviceName() const override
Get the name of the device (i.e.
const std::string m_GENERAL_Encoder_defaultValue
const std::string m_GENERAL_AxisType_defaultValue
const std::string m_GENERAL_Joints_defaultValue
FakeMotionControl_ParamsParser()
std::vector< int > m_GENERAL_AxisMap
bool parseParams(const yarp::os::Searchable &config) override
Parse the DeviceDriver parameters.
std::string getDocumentationOfDeviceParams() const override
Get the documentation of the DeviceDriver's parameters.
const std::string m_GENERAL_AxisName_defaultValue
const std::string m_GENERAL_AxisMap_defaultValue
std::vector< double > m_GENERAL_fullscalePWM
std::vector< double > m_GENERAL_ampsToSensor
An interface for the management of the parameters of a DeviceDriver.
A base class for nested structures that can be searched.