14#ifndef FRAMEGRABBER_NWS_YARP_PARAMSPARSER_H
15#define FRAMEGRABBER_NWS_YARP_PARAMSPARSER_H
This class is the parameters parser for class FrameGrabber_nws_yarp.
FrameGrabber_nws_yarp_ParamsParser()
const std::string m_device_classname
std::string getDocumentationOfDeviceParams() const override
Get the documentation of the DeviceDriver's parameters.
std::string m_capabilities
const std::string m_device_name
std::vector< std::string > getListOfParams() const override
Return a list of all params used by the device.
const std::string m_capabilities_defaultValue
const std::string m_no_drop_defaultValue
const std::string m_period_defaultValue
~FrameGrabber_nws_yarp_ParamsParser() override=default
const std::string m_name_defaultValue
std::string getDeviceClassName() const override
Get the name of the DeviceDriver class.
bool parseParams(const yarp::os::Searchable &config) override
Parse the DeviceDriver parameters.
std::string getDeviceName() const override
Get the name of the device (i.e.
const parser_version_type m_parser_version
An interface for the management of the parameters of a DeviceDriver.
A base class for nested structures that can be searched.