| 
    iCub-main
    
   | 
 
This class is the parameters parser for class RawValuesPublisherRemapper. More...
#include <RawValuesPublisherRemapper_ParamsParser.h>
 Inheritance diagram for RawValuesPublisherRemapper_ParamsParser:Classes | |
| struct | parser_version_type | 
Public Member Functions | |
| RawValuesPublisherRemapper_ParamsParser () | |
| ~RawValuesPublisherRemapper_ParamsParser () override=default | |
| bool | parseParams (const yarp::os::Searchable &config) override | 
| std::string | getDeviceClassName () const override | 
| std::string | getDeviceName () const override | 
| std::string | getDocumentationOfDeviceParams () const override | 
| std::vector< std::string > | getListOfParams () const override | 
| bool | getParamValue (const std::string ¶mName, std::string ¶mValue) const override | 
| std::string | getConfiguration () const override | 
Public Attributes | |
| const std::string | m_device_classname = {"RawValuesPublisherRemapper"} | 
| const std::string | m_device_name = {"rawvaluespublisherremapper"} | 
| bool | m_parser_is_strict = false | 
| const parser_version_type | m_parser_version = {} | 
| std::string | m_provided_configuration | 
| const std::string | m_axesNames_defaultValue = {""} | 
| const std::string | m_joints_defaultValue = {"1"} | 
| std::vector< std::string > | m_axesNames = {} | 
| int | m_joints = {1} | 
This class is the parameters parser for class RawValuesPublisherRemapper.
These are the used parameters:
| Group name | Parameter name | Type | Units | Default Value | Required | Description | Notes | 
|---|---|---|---|---|---|---|---|
| - | axesNames | vector<string> | - | - | 1 | List of axes names | - | 
| - | joints | int | - | 1 | 0 | Number of control boards to be remapped | - | 
The device can be launched by yarpdev using one of the following examples (with and without all optional parameters):
Definition at line 42 of file RawValuesPublisherRemapper_ParamsParser.h.
| RawValuesPublisherRemapper_ParamsParser::RawValuesPublisherRemapper_ParamsParser | ( | ) | 
Definition at line 23 of file RawValuesPublisherRemapper_ParamsParser.cpp.
      
  | 
  overridedefault | 
      
  | 
  override | 
Definition at line 55 of file RawValuesPublisherRemapper_ParamsParser.cpp.
      
  | 
  inlineoverride | 
Definition at line 68 of file RawValuesPublisherRemapper_ParamsParser.h.
      
  | 
  inlineoverride | 
Definition at line 69 of file RawValuesPublisherRemapper_ParamsParser.h.
      
  | 
  override | 
Definition at line 149 of file RawValuesPublisherRemapper_ParamsParser.cpp.
      
  | 
  override | 
Definition at line 28 of file RawValuesPublisherRemapper_ParamsParser.cpp.
      
  | 
  override | 
Definition at line 37 of file RawValuesPublisherRemapper_ParamsParser.cpp.
      
  | 
  override | 
Definition at line 65 of file RawValuesPublisherRemapper_ParamsParser.cpp.
| std::vector<std::string> RawValuesPublisherRemapper_ParamsParser::m_axesNames = {} | 
Definition at line 64 of file RawValuesPublisherRemapper_ParamsParser.h.
| const std::string RawValuesPublisherRemapper_ParamsParser::m_axesNames_defaultValue = {""} | 
Definition at line 61 of file RawValuesPublisherRemapper_ParamsParser.h.
| const std::string RawValuesPublisherRemapper_ParamsParser::m_device_classname = {"RawValuesPublisherRemapper"} | 
Definition at line 49 of file RawValuesPublisherRemapper_ParamsParser.h.
| const std::string RawValuesPublisherRemapper_ParamsParser::m_device_name = {"rawvaluespublisherremapper"} | 
Definition at line 50 of file RawValuesPublisherRemapper_ParamsParser.h.
| int RawValuesPublisherRemapper_ParamsParser::m_joints = {1} | 
Definition at line 65 of file RawValuesPublisherRemapper_ParamsParser.h.
| const std::string RawValuesPublisherRemapper_ParamsParser::m_joints_defaultValue = {"1"} | 
Definition at line 62 of file RawValuesPublisherRemapper_ParamsParser.h.
| bool RawValuesPublisherRemapper_ParamsParser::m_parser_is_strict = false | 
Definition at line 51 of file RawValuesPublisherRemapper_ParamsParser.h.
| const parser_version_type RawValuesPublisherRemapper_ParamsParser::m_parser_version = {} | 
Definition at line 57 of file RawValuesPublisherRemapper_ParamsParser.h.
| std::string RawValuesPublisherRemapper_ParamsParser::m_provided_configuration | 
Definition at line 59 of file RawValuesPublisherRemapper_ParamsParser.h.