MDF Lib 2.2
Interface against MDF 3/4 files
Loading...
Searching...
No Matches
mdffile.h File Reference

Interface against an MDF file object.

#include <cstdio>
#include <string>
#include <vector>
#include "mdf/iheader.h"
Include dependency graph for mdffile.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  mdf::MdfFile
 Implements an user interface against a MDF file. More...
 

Namespaces

namespace  mdf
 Main namespace for the MDF library.
 

Typedefs

using mdf::AttachmentList = std::vector<const IAttachment*>
 List of pointers to attachments.
 
using mdf::DataGroupList = std::vector<IDataGroup*>
 List of pointers to measurements (DG block).