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

Interface against a source information (SI) block.

#include <cstdint>
#include <string>
#include "mdf/imetadata.h"
#include "mdf/iblock.h"
Include dependency graph for isourceinformation.h:
This graph shows which files directly or indirectly include this file:

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.