6#ifndef YARP_DEV_IDEVICEDRIVERPARAMETERS_H
7#define YARP_DEV_IDEVICEDRIVERPARAMETERS_H
16 class IDeviceDriverParams;
An interface for the management of the parameters of a DeviceDriver.
virtual std::string getDeviceName() const =0
Get the name of the device (i.e.
virtual ~IDeviceDriverParams()
virtual std::string getDeviceClassName() const =0
Get the name of the DeviceDriver class.
virtual std::vector< std::string > getListOfParams() const =0
Return a list of all params used by the device.
virtual bool parseParams(const yarp::os::Searchable &config)=0
Parse the DeviceDriver parameters.
virtual std::string getDocumentationOfDeviceParams() const =0
Get the documentation of the DeviceDriver's parameters.
A base class for nested structures that can be searched.
For streams capable of holding different kinds of content, check what they actually have.
The main, catch-all namespace for YARP.