15#ifndef DEVICETEMPLATE_PARAMSPARSER_H
16#define DEVICETEMPLATE_PARAMSPARSER_H
This class is the parameters parser for class DeviceTemplate.
bool parseParams(const yarp::os::Searchable &config) override
Parse the DeviceDriver parameters.
std::string getDeviceType() const override
std::vector< std::string > getListOfParams() const override
Return a list of all params used by the device.
std::string m_dummy_group_dummy_param1
std::string getDocumentationOfDeviceParams() const override
Get the documentation of the DeviceDriver's parameters.
~DeviceTemplate_ParamsParser() override=default
const std::string m_device_type
An interface for the management of the parameters of a DeviceDriver.
A base class for nested structures that can be searched.