MDF Lib 2.2
Interface against MDF 3/4 files
|
The channel hierarchy (CH) block defines channel dependencies.
#include <cstdint>
#include "mdf/ichannel.h"
#include "mdf/ichannelgroup.h"
#include "mdf/idatagroup.h"
#include "mdf/iblock.h"
Go to the source code of this file.
Classes | |
struct | mdf::ElementLink |
Support structure that holds a DG/CG/CN relation. More... | |
class | mdf::IChannelHierarchy |
Channel hierarchy (CH) block. More... | |
Namespaces | |
namespace | mdf |
Main namespace for the MDF library. | |
Enumerations | |
enum class | mdf::ChType : uint8_t { mdf::Group = 0 , mdf::Function = 1 , mdf::Structure = 2 , mdf::MapList = 3 , mdf::InputVariable = 4 , mdf::OutputVariable = 5 , mdf::LocalVariable = 6 , mdf::CalibrationDefinition = 7 , mdf::CalibrationObject = 8 } |
Block type. More... | |