PandA-2024.02
|
xml nodes used in file specifying experimental setup More...
Go to the source code of this file.
Macros | |
#define | STR_XML_experimental_setup_root "experimental_setup" |
The root node. More... | |
#define | STR_XML_experimental_setup_bambu_arguments "bambu_arguments" |
The node containing the bambu argments. More... | |
#define | STR_XML_experimental_setup_benchmarks "benchmarks" |
The node containing the list of benchmarks. More... | |
#define | STR_XML_experimental_setup_timestamp "timestamp" |
The node containing the timestamp of the data generation. More... | |
#define | STR_XML_experimental_setup_value "value" |
The attribute containing the actual value of a node. More... | |
#define | STR_XML_experimental_setup_bambu_version "bambu_version" |
The node containing the version of bambu. More... | |
xml nodes used in file specifying experimental setup
Definition in file experimental_setup_xml.hpp.
#define STR_XML_experimental_setup_bambu_arguments "bambu_arguments" |
The node containing the bambu argments.
Definition at line 48 of file experimental_setup_xml.hpp.
Referenced by Translator::write_to_latex().
#define STR_XML_experimental_setup_bambu_version "bambu_version" |
The node containing the version of bambu.
Definition at line 60 of file experimental_setup_xml.hpp.
Referenced by Translator::write_to_latex().
#define STR_XML_experimental_setup_benchmarks "benchmarks" |
The node containing the list of benchmarks.
Definition at line 51 of file experimental_setup_xml.hpp.
Referenced by Translator::write_to_latex().
#define STR_XML_experimental_setup_root "experimental_setup" |
The root node.
Definition at line 45 of file experimental_setup_xml.hpp.
Referenced by Parameter::GetFileFormat(), and DataXmlParser::Parse().
#define STR_XML_experimental_setup_timestamp "timestamp" |
The node containing the timestamp of the data generation.
Definition at line 54 of file experimental_setup_xml.hpp.
Referenced by Translator::write_to_latex().
#define STR_XML_experimental_setup_value "value" |
The attribute containing the actual value of a node.
Definition at line 57 of file experimental_setup_xml.hpp.
Referenced by Translator::write_to_latex().