14#ifndef GENERICSENSOR_NWC_ROS2_PARAMSPARSER_H
15#define GENERICSENSOR_NWC_ROS2_PARAMSPARSER_H
This class is the parameters parser for class GenericSensor_nwc_ros2.
const parser_version_type m_parser_version
bool parseParams(const yarp::os::Searchable &config) override
Parse the DeviceDriver parameters.
const std::string m_sensor_name_defaultValue
std::vector< std::string > getListOfParams() const override
Return a list of all params used by the device.
std::string getDeviceName() const override
Get the name of the device (i.e.
const std::string m_device_classname
std::string m_sensor_name
GenericSensor_nwc_ros2_ParamsParser()
const std::string m_topic_name_defaultValue
const std::string m_node_name_defaultValue
~GenericSensor_nwc_ros2_ParamsParser() override=default
const std::string m_device_name
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.
An interface for the management of the parameters of a DeviceDriver.
A base class for nested structures that can be searched.