lib/mdflib/docs/manual/html/mdfwriter_8h.html
| MDF Lib 2.2
Interface against MDF 3/4 files |
Loading...
Searching...
No Matches
Classes | Namespaces | Enumerations
mdfwriter.h File Reference
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"
Include dependency graph for mdfwriter.h:
Go to the source code of this file.
|
|
| class | mdf::MdfWriter |
| | Interface against an MDF writer object. More...
|
| |
|
|
| namespace | mdf |
| | Main namespace for the MDF library.
|
| |
|
|
| 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...
|
| |