14#ifndef BOSCHIMU_PARAMSPARSER_H
15#define BOSCHIMU_PARAMSPARSER_H
87 bool getParamValue(
const std::string& paramName, std::string& paramValue)
const override;
This class is the parameters parser for class BoschIMU.
std::string m_provided_configuration
const std::string m_sensor_name_defaultValue
const std::string m_comport_defaultValue
~BoschIMU_ParamsParser() override=default
const std::string m_i2c_defaultValue
const std::string m_device_name
const parser_version_type m_parser_version
const std::string m_channels_defaultValue
const std::string m_period_defaultValue
std::string getDeviceName() const override
Get the name of the device (i.e.
std::string m_sensor_name
const std::string m_device_classname
std::string getDeviceClassName() const override
Get the name of the DeviceDriver class.
const std::string m_baudrate_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.
std::string getConfiguration() const override
Return the configuration of the device.
std::vector< std::string > getListOfParams() const override
Return a list of all params used by the device.
const std::string m_frame_name_defaultValue
bool getParamValue(const std::string ¶mName, std::string ¶mValue) const override
Return the value (represented as a string) of the requested parameter.
An interface for the management of the parameters of a DeviceDriver.
A base class for nested structures that can be searched.