14#ifndef FAKEBATTERY_PARAMSPARSER_H
15#define FAKEBATTERY_PARAMSPARSER_H
77 std::string
m_info = {
"Fake battery system v2.0"};
This class is the parameters parser for class FakeBattery.
const std::string m_device_classname
const std::string m_temperature_defaultValue
const std::string m_voltage_defaultValue
const std::string m_period_defaultValue
const parser_version_type m_parser_version
std::string getDeviceClassName() const override
Get the name of the DeviceDriver class.
std::vector< std::string > getListOfParams() const override
Return a list of all params used by the device.
const std::string m_rpc_port_name_defaultValue
FakeBattery_ParamsParser()
const std::string m_charge_defaultValue
bool parseParams(const yarp::os::Searchable &config) override
Parse the DeviceDriver parameters.
const std::string m_device_name
const std::string m_info_defaultValue
std::string getDeviceName() const override
Get the name of the device (i.e.
std::string m_rpc_port_name
std::string getDocumentationOfDeviceParams() const override
Get the documentation of the DeviceDriver's parameters.
const std::string m_current_defaultValue
~FakeBattery_ParamsParser() override=default
An interface for the management of the parameters of a DeviceDriver.
A base class for nested structures that can be searched.