#include <string>
#include <vector>
#include <deque>
#include <chrono>
#include <ctime>
#include <memory>
#include "parameter.h"
#include "paramGroupTree.h"
#include "utils.h"
Go to the source code of this file.
◆ ADD_DEBUG_COMMENT
#define ADD_DEBUG_COMMENT |
( |
|
out | ) |
if (enable_debug_prints) { out << "/* " << __FUNCTION__ << ":" << __LINE__ << " */\n"; } |
◆ MACRO_PARSER_VERSION_MAJOR
#define MACRO_PARSER_VERSION_MAJOR 2 |
◆ MACRO_PARSER_VERSION_MINOR
#define MACRO_PARSER_VERSION_MINOR 0 |
◆ S_TAB1
◆ S_TAB2
◆ S_TAB3
◆ enable_debug_prints
const bool enable_debug_prints = false |
◆ license_banner
const std::string license_banner |
Initial value:= "\
/*\n\
* SPDX-FileCopyrightText: 2023-2023 Istituto Italiano di Tecnologia (IIT)\n\
* SPDX-License-Identifier: LGPL-2.1-or-later\n\
*/\n\
\n\
"
Definition at line 80 of file generator.h.
◆ version_banner
const std::string version_banner |
Initial value:= "\
\n\
// Generated by yarpDeviceParamParserGenerator ("+ std::to_string( 2 )+
std::string(".")+ std::to_string( 0 ) + std::string(")\n\
// This is an automatically generated file. Please do not edit it.\n\
// It will be re-generated if the cmake flag ALLOW_DEVICE_PARAM_PARSER_GERNERATION is ON.\n\
\n\
")
Definition at line 88 of file generator.h.