iCub-main
Loading...
Searching...
No Matches
CouplingICubEye_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 (1.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: Wed Dec 4 09:08:59 2024
12
13
14#ifndef COUPLINGICUBEYE_PARAMSPARSER_H
15#define COUPLINGICUBEYE_PARAMSPARSER_H
16
17#include <yarp/os/Searchable.h>
18#include <yarp/dev/IDeviceDriverParams.h>
19#include <string>
20#include <cmath>
21
47class CouplingICubEye_ParamsParser : public yarp::dev::IDeviceDriverParams
48{
49public:
51 ~CouplingICubEye_ParamsParser() override = default;
52
53public:
54 const std::string m_device_classname = {"CouplingICubEye"};
55 const std::string m_device_name = {"couplingICubEye"};
56 bool m_parser_is_strict = false;
58 {
59 int major = 1;
60 int minor = 0;
61 };
63
64 const std::string m_jointNames_defaultValue = {""};
65 const std::string m_LIMITS_jntPosMin_defaultValue = {""};
66 const std::string m_LIMITS_jntPosMax_defaultValue = {""};
67 const std::string m_COUPLING_device_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::string m_COUPLING_device = {}; //This default value is autogenerated. It is highly recommended to provide a suggested value also for mandatory parameters.
76 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.
77 std::vector<double> m_COUPLING_actuatedAxesPosMin = {}; //This default value is autogenerated. It is highly recommended to provide a suggested value also for mandatory parameters.
78 std::vector<double> m_COUPLING_actuatedAxesPosMax = {}; //This default value is autogenerated. It is highly recommended to provide a suggested value also for mandatory parameters.
79
80 bool parseParams(const yarp::os::Searchable & config) override;
81 std::string getDeviceClassName() const override { return m_device_classname; }
82 std::string getDeviceName() const override { return m_device_name; }
83 std::string getDocumentationOfDeviceParams() const override;
84 std::vector<std::string> getListOfParams() const override;
85};
86
87#endif
This class is the parameters parser for class CouplingICubEye.
std::string getDocumentationOfDeviceParams() const override
bool parseParams(const yarp::os::Searchable &config) override
std::vector< std::string > m_jointNames
std::string getDeviceName() const override
const parser_version_type m_parser_version
std::string getDeviceClassName() const override
std::vector< double > m_COUPLING_actuatedAxesPosMin
const std::string m_COUPLING_actuatedAxesPosMax_defaultValue
~CouplingICubEye_ParamsParser() override=default
std::vector< std::string > m_COUPLING_actuatedAxesNames
const std::string m_COUPLING_actuatedAxesNames_defaultValue
std::vector< std::string > getListOfParams() const override
const std::string m_COUPLING_actuatedAxesPosMin_defaultValue
std::vector< double > m_COUPLING_actuatedAxesPosMax