14#ifndef FAKEDEPTHCAMERADRIVER_PARAMSPARSER_H
15#define FAKEDEPTHCAMERADRIVER_PARAMSPARSER_H
99 bool getParamValue(
const std::string& paramName, std::string& paramValue)
const override;
This class is the parameters parser for class FakeDepthCameraDriver.
std::string m_provided_configuration
const std::string m_rgb_Vfov_defaultValue
const std::string m_rgb_Hfov_defaultValue
const parser_version_type m_parser_version
std::string getDocumentationOfDeviceParams() const override
Get the documentation of the DeviceDriver's parameters.
FakeDepthCameraDriver_ParamsParser()
const std::string m_dep_near_defaultValue
std::string getConfiguration() const override
Return the configuration of the device.
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_rgb_w_defaultValue
const std::string m_accuracy_defaultValue
const std::string m_device_name
const std::string m_dep_Vfov_defaultValue
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.
std::string getDeviceClassName() const override
Get the name of the DeviceDriver class.
const std::string m_rgb_h_defaultValue
const std::string m_device_classname
const std::string m_dep_h_defaultValue
const std::string m_dep_w_defaultValue
std::vector< std::string > getListOfParams() const override
Return a list of all params used by the device.
~FakeDepthCameraDriver_ParamsParser() override=default
const std::string m_dep_far_defaultValue
const std::string m_dep_Hfov_defaultValue
An interface for the management of the parameters of a DeviceDriver.
A base class for nested structures that can be searched.