14#ifndef FAKELASERWITHMOTOR_PARAMSPARSER_H
15#define FAKELASERWITHMOTOR_PARAMSPARSER_H
80 std::string
m_test = {
"use_pattern"};
This class is the parameters parser for class FakeLaserWithMotor.
const std::string m_localization_device_defaultValue
~FakeLaserWithMotor_ParamsParser() override=default
std::string m_MAP_MODE_map_file
std::string m_localization_server
const std::string m_localization_port_defaultValue
const std::string m_MAP_MODE_map_context_defaultValue
std::string m_localization_device
std::string m_MAP_MODE_map_context
const std::string m_localization_client_defaultValue
const parser_version_type m_parser_version
const std::string m_clip_max_defaultValue
FakeLaserWithMotor_ParamsParser()
const std::string m_localization_server_defaultValue
std::string getDocumentationOfDeviceParams() const override
Get the documentation of the DeviceDriver's parameters.
std::string getDeviceName() const override
Get the name of the device (i.e.
const std::string m_MAP_MODE_map_file_defaultValue
const std::string m_device_classname
const std::string m_device_name
double m_CONSTANT_MODE_const_distance
std::string getDeviceClassName() const override
Get the name of the DeviceDriver class.
const std::string m_clip_min_defaultValue
std::vector< std::string > getListOfParams() const override
Return a list of all params used by the device.
const std::string m_GENERAL_period_defaultValue
std::string m_localization_port
const std::string m_CONSTANT_MODE_const_distance_defaultValue
bool parseParams(const yarp::os::Searchable &config) override
Parse the DeviceDriver parameters.
std::string m_localization_client
const std::string m_test_defaultValue
An interface for the management of the parameters of a DeviceDriver.
A base class for nested structures that can be searched.