14#ifndef RANGEFINDER2D_CONTROLBOARD_NWS_ROS2_PARAMSPARSER_H
15#define RANGEFINDER2D_CONTROLBOARD_NWS_ROS2_PARAMSPARSER_H
53 const std::string
m_device_name = {
"rangefinder2D_controlBoard_nws_ros2"};
This class is the parameters parser for class Rangefinder2D_controlBoard_nws_ros2.
std::string getDeviceName() const override
Get the name of the device (i.e.
const std::string m_period_defaultValue
const std::string m_topic_lidar_defaultValue
std::vector< std::string > getListOfParams() const override
Return a list of all params used by the device.
const std::string m_device_name
const std::string m_frame_id_defaultValue
std::string m_topic_joint
bool parseParams(const yarp::os::Searchable &config) override
Parse the DeviceDriver parameters.
const parser_version_type m_parser_version
const std::string m_device_classname
~Rangefinder2D_controlBoard_nws_ros2_ParamsParser() override=default
std::string getDeviceClassName() const override
Get the name of the DeviceDriver class.
const std::string m_topic_joint_defaultValue
std::string m_topic_lidar
std::string getDocumentationOfDeviceParams() const override
Get the documentation of the DeviceDriver's parameters.
const std::string m_node_name_defaultValue
Rangefinder2D_controlBoard_nws_ros2_ParamsParser()
An interface for the management of the parameters of a DeviceDriver.
A base class for nested structures that can be searched.