MDF Lib 2.2
Interface against MDF 3/4 files
|
Interface against a source information (SI) block.
Go to the source code of this file.
Classes | |
class | mdf::ISourceInformation |
Interface to a source information (SI) block. More... | |
Namespaces | |
namespace | mdf |
Main namespace for the MDF library. | |
namespace | mdf::SiFlag |
Source information flags. | |
Enumerations | |
enum class | mdf::SourceType : uint8_t { mdf::Other = 0 , mdf::Ecu = 1 , mdf::Bus = 2 , mdf::IoDevice = 3 , mdf::Tool = 4 , mdf::User = 5 } |
Type of source information. More... | |
enum class | mdf::BusType : uint8_t { mdf::None = 0 , mdf::Other = 1 , mdf::Can = 2 , mdf::Lin = 3 , mdf::Most = 4 , mdf::FlexRay = 5 , mdf::Kline = 6 , mdf::Ethernet = 7 , mdf::Usb = 8 } |
Type of bus. More... | |
Variables | |
constexpr uint8_t | mdf::SiFlag::Simulated = 0x01 |
Simulated device. | |