| 
    MDF Lib 2.2
    
   Interface against MDF 3/4 files 
   | 
 
Interface against an MDF writer object.
#include <atomic>#include <condition_variable>#include <deque>#include <mutex>#include <string>#include <thread>#include <map>#include "mdf/mdffile.h"#include "mdf/samplerecord.h"#include "mdf/canmessage.h"
Go to the source code of this file.
Classes | |
| class | mdf::MdfWriter | 
| Interface against an MDF writer object.  More... | |
Namespaces | |
| namespace | mdf | 
| Main namespace for the MDF library.  | |
Enumerations | |
| enum class | mdf::MdfBusType : int {  mdf::CAN , mdf::LIN , mdf::FlexRay , mdf::MOST , mdf::Ethernet , mdf::UNKNOWN }  | 
| Enumerate that defines type of bus. Only relevant for bus logging.  More... | |
| enum class | mdf::MdfStorageType : int { mdf::FixedLengthStorage , mdf::VlsdStorage , mdf::MlsdStorage } | 
| Enumerate that defines how the raw data is stored. By default the fixed length record is stored. Only used when doing bus logging.  More... | |