MDF Lib 2.2
Interface against MDF 3/4 files
|
Simple wrapper around meta data items. More...
#include <cstdint>
#include <sstream>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | mdf::ETag |
Helper class for meta data items in an MDF file. More... | |
Namespaces | |
namespace | mdf |
Main namespace for the MDF library. | |
Enumerations | |
enum class | mdf::ETagDataType : uint8_t { mdf::StringType = 0 , mdf::DecimalType = 1 , mdf::IntegerType = 2 , mdf::FloatType = 3 , mdf::BooleanType = 4 , mdf::DateType = 5 , mdf::TimeType = 6 , mdf::DateTimeType = 7 } |
The e-tag may optional have a data type below. The value in the XML file is of course string but the data type may be used for interpretation of the value. Note that unit property can also be added. More... | |
Most of meta data related items are stored in an associated MD block which is an XML snippet. The items are stored in 'e' and 'tree' tags.
The e-tags are commonly used to describe the test object in the header block.