14#ifndef FAKEFRAMEGRABBER_PARAMSPARSER_H
15#define FAKEFRAMEGRABBER_PARAMSPARSER_H
150 bool getParamValue(
const std::string& paramName, std::string& paramValue)
const override;
This class is the parameters parser for class FakeFrameGrabber.
~FakeFrameGrabber_ParamsParser() override=default
const std::string m_height_defaultValue
const std::string m_t1_defaultValue
const std::string m_t2_defaultValue
const std::string m_verticalFov_defaultValue
const std::string m_physFocalLength_defaultValue
const std::string m_mode_defaultValue
const std::string m_focalLengthY_defaultValue
const std::string m_k1_defaultValue
const parser_version_type m_parser_version
const std::string m_syncro_defaultValue
bool getParamValue(const std::string ¶mName, std::string ¶mValue) const override
Return the value (represented as a string) of the requested parameter.
const std::string m_freq_defaultValue
const std::string m_bayer_defaultValue
const std::string m_k2_defaultValue
std::string getDeviceClassName() const override
Get the name of the DeviceDriver class.
std::string getDocumentationOfDeviceParams() const override
Get the documentation of the DeviceDriver's parameters.
const std::string m_principalPointY_defaultValue
std::string getConfiguration() const override
Return the configuration of the device.
const std::string m_focalLengthX_defaultValue
std::string getDeviceName() const override
Get the name of the device (i.e.
const std::string m_k3_defaultValue
const std::string m_period_defaultValue
std::vector< std::string > getListOfParams() const override
Return a list of all params used by the device.
FakeFrameGrabber_ParamsParser()
const std::string m_add_noise_defaultValue
const std::string m_device_name
std::string m_fakeFrameGrabber_rpc_port
const std::string m_mono_defaultValue
const std::string m_src_defaultValue
const std::string m_snr_defaultValue
std::string m_provided_configuration
const std::string m_distortionModel_defaultValue
const std::string m_width_defaultValue
std::string m_distortionModel
const std::string m_principalPointX_defaultValue
std::vector< double > m_rectificationMatrix
const std::string m_rectificationMatrix_defaultValue
const std::string m_fakeFrameGrabber_rpc_port_defaultValue
const std::string m_add_timestamp_defaultValue
const std::string m_mirror_defaultValue
const std::string m_device_classname
bool parseParams(const yarp::os::Searchable &config) override
Parse the DeviceDriver parameters.
const std::string m_horizontalFov_defaultValue
An interface for the management of the parameters of a DeviceDriver.
A base class for nested structures that can be searched.