MDF Lib 2.2
Interface against MDF 3/4 files
|
Defines a channel array (CA) block. More...
Go to the source code of this file.
Classes | |
struct | mdf::CaTripleReference |
Structure that defines the channel array (CA) blocks references. More... | |
class | mdf::IChannelArray |
Defines an interface against an array (CA) block. More... | |
Namespaces | |
namespace | mdf |
Main namespace for the MDF library. | |
namespace | mdf::CaFlag |
Channel array (CA) block flags. | |
Enumerations | |
enum class | mdf::ArrayType : uint8_t { mdf::Array = 0 , mdf::ScalingAxis = 1 , mdf::LookUp = 2 , mdf::IntervalAxis = 3 , mdf::ClassificationResult = 4 } |
Type of array. More... | |
enum class | mdf::ArrayStorage : uint8_t { mdf::CnTemplate = 0 , mdf::CgTemplate = 1 , mdf::DgTemplate = 2 } |
Type of storage. More... | |
The interface class define a channel array definition. The channel array (CA) is appended to an channel block (CN). The channel shall now be treated an array channel.
Note that only simple single arrays are supported.