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