lib/mdflib/docs/manual/html/index.html
| MDF Lib 2.2
Interface against MDF 3/4 files |
Loading...
Searching...
No Matches
MDF Library
The MDF Library is a C++ interface against ASAM MDF files. It supports version 3 and 4 of the files. MDF files are de-facto standard for measurement data files within the automotive industry. It is well suited for long-term storage of data.
The project consist of the following main components.
The MDF file consist of several linked file block. For an overview of MDF files see ASAM MDF wiki.
The first block is an ID block of 64 bytes. The identification block, just defines that this is a MDF file and its version.
The next block is the important HD block. The header block is the main block of the file and holds the links to all other blocks. It have links the following blocks.
The project uses CMAKE for building. The following third-party libraries are used and needs to be downloaded and built.