14#ifndef OPENCVGRABBER_PARAMSPARSER_H
15#define OPENCVGRABBER_PARAMSPARSER_H
93 bool getParamValue(
const std::string& paramName, std::string& paramValue)
const override;
This class is the parameters parser for class OpenCVGrabber.
std::string getDeviceClassName() const override
Get the name of the DeviceDriver class.
const std::string m_framerate_defaultValue
const std::string m_movie_defaultValue
const std::string m_flip_y_defaultValue
const std::string m_width_defaultValue
std::string getDocumentationOfDeviceParams() const override
Get the documentation of the DeviceDriver's parameters.
const std::string m_height_defaultValue
bool getParamValue(const std::string ¶mName, std::string ¶mValue) const override
Return the value (represented as a string) of the requested parameter.
OpenCVGrabber_ParamsParser()
std::string getConfiguration() const override
Return the configuration of the device.
const std::string m_camera_defaultValue
const std::string m_device_classname
bool parseParams(const yarp::os::Searchable &config) override
Parse the DeviceDriver parameters.
std::string m_provided_configuration
std::string getDeviceName() const override
Get the name of the device (i.e.
const std::string m_flip_x_defaultValue
const std::string m_loop_defaultValue
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_transpose_defaultValue
const parser_version_type m_parser_version
~OpenCVGrabber_ParamsParser() override=default
An interface for the management of the parameters of a DeviceDriver.
A base class for nested structures that can be searched.