ihedvall / mdflib

Implementation of the ASAM MDF data file.
https://ihedvall.github.io/mdflib/
MIT License
75 stars 31 forks source link

Add altenative names and other to IMetaData #59

Open ihedvall opened 11 months ago

ihedvall commented 11 months ago

The IMetaData object is an interface against an MD (XML) block. It have a user friendly interface against top-level properties like the TX tag and for common e-tag properties. Missing are some other property type like the alternative names.

In general the IMetaData should be unit tested as we now support both reading and writing.