iCub-main
Loading...
Searching...
No Matches
CouplingICubHandMk2_ParamsParser.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2023-2023 Istituto Italiano di Tecnologia (IIT)
3 * SPDX-License-Identifier: LGPL-2.1-or-later
4 */
5
6
7// Generated by yarpDeviceParamParserGenerator (2.0)
8// This is an automatically generated file. Please do not edit it.
9// It will be re-generated if the cmake flag ALLOW_DEVICE_PARAM_PARSER_GERNERATION is ON.
10
11// Generated on: Mon Sep 15 14:23:48 2025
12
13
14#ifndef COUPLINGICUBHANDMK2_PARAMSPARSER_H
15#define COUPLINGICUBHANDMK2_PARAMSPARSER_H
16
17#include <yarp/os/Searchable.h>
18#include <yarp/dev/IDeviceDriverParams.h>
19#include <string>
20#include <cmath>
21
46class CouplingICubHandMk2_ParamsParser : public yarp::dev::IDeviceDriverParams
47{
48public:
51
52public:
53 const std::string m_device_classname = {"CouplingICubHandMk2"};
54 const std::string m_device_name = {"couplingICubHandMk2"};
55 bool m_parser_is_strict = false;
57 {
58 int major = 2;
59 int minor = 0;
60 };
62
64
65 const std::string m_jointNames_defaultValue = {""};
66 const std::string m_LIMITS_jntPosMin_defaultValue = {""};
67 const std::string m_LIMITS_jntPosMax_defaultValue = {""};
71
72 std::vector<std::string> m_jointNames = {}; //This default value is autogenerated. It is highly recommended to provide a suggested value also for mandatory parameters.
73 std::vector<double> m_LIMITS_jntPosMin = {}; //This default value is autogenerated. It is highly recommended to provide a suggested value also for mandatory parameters.
74 std::vector<double> m_LIMITS_jntPosMax = {}; //This default value is autogenerated. It is highly recommended to provide a suggested value also for mandatory parameters.
75 std::vector<std::string> m_COUPLING_actuatedAxesNames = {}; //This default value is autogenerated. It is highly recommended to provide a suggested value also for mandatory parameters.
76 std::vector<double> m_COUPLING_actuatedAxesPosMin = {}; //This default value is autogenerated. It is highly recommended to provide a suggested value also for mandatory parameters.
77 std::vector<double> m_COUPLING_actuatedAxesPosMax = {}; //This default value is autogenerated. It is highly recommended to provide a suggested value also for mandatory parameters.
78
79 bool parseParams(const yarp::os::Searchable & config) override;
80 std::string getDeviceClassName() const override { return m_device_classname; }
81 std::string getDeviceName() const override { return m_device_name; }
82 std::string getDocumentationOfDeviceParams() const override;
83 std::vector<std::string> getListOfParams() const override;
84 bool getParamValue(const std::string& paramName, std::string& paramValue) const override;
85 std::string getConfiguration() const override;
86};
87
88#endif
This class is the parameters parser for class CouplingICubHandMk2.
std::string getDocumentationOfDeviceParams() const override
~CouplingICubHandMk2_ParamsParser() override=default
bool getParamValue(const std::string &paramName, std::string &paramValue) const override
bool parseParams(const yarp::os::Searchable &config) override
std::vector< std::string > m_COUPLING_actuatedAxesNames
std::vector< std::string > getListOfParams() const override