#include <orea/simm/simmcalibration.hpp>
Definition at line 41 of file simmcalibration.hpp.
◆ Amount() [1/4]
◆ Amount() [2/4]
Amount |
( |
const std::string & |
bucket, |
|
|
const std::string & |
label1, |
|
|
const std::string & |
label2, |
|
|
const std::string & |
value |
|
) |
| |
Definition at line 44 of file simmcalibration.hpp.
const std::string & value() const
const std::string & label2() const
const std::string & label1() const
const std::string & bucket() const
◆ Amount() [3/4]
Amount |
( |
const std::tuple< std::string, std::string, std::string > & |
key, |
|
|
const std::string & |
value |
|
) |
| |
◆ Amount() [4/4]
◆ toXML()
Implements XMLSerializable.
Definition at line 65 of file simmcalibration.cpp.
65 {
73 return amountNode;
74}
XMLNode * allocNode(const string &nodeName)
static void addAttribute(XMLDocument &doc, XMLNode *node, const string &attrName, const string &attrValue)
◆ fromXML()
Implements XMLSerializable.
Definition at line 76 of file simmcalibration.cpp.
76 {
81}
static string getAttribute(XMLNode *node, const string &attrName)
static string getNodeValue(XMLNode *node)
◆ key()
const tuple< string, string, string > key |
( |
| ) |
const |
◆ bucket()
const std::string & bucket |
( |
| ) |
const |
◆ label1()
const std::string & label1 |
( |
| ) |
const |
◆ label2()
const std::string & label2 |
( |
| ) |
const |
◆ value()
const std::string & value |
( |
| ) |
const |
◆ bucket_
◆ label1_
◆ label2_
◆ value_