ADTF_DEVICE_TOOLBOX  3.12.1 (ADTF 3.18.3)
adtf::devicetb::sdk::cylinder Namespace Reference

Namespace for functionality provided by V3.2.0. More...

Classes

class  IBusDatabaseLoader
 Interface for implementing bus database readers. More...
 

Variables

constexpr const char *const BUSDB_PARSER_DATABASE_PROP = "database"
 Compulsory property name for the filepath to the database file.
 
constexpr const char *const BUSDB_PARSER_BUSTYPE_PROP = "bustype"
 Compulsory property name for the bus type, which is requested by the caller. More...
 
constexpr const char *const BUSDB_PARSER_ADDITIONAL_PARAMETERS_PROP = "additional_parameters"
 Additional parser parameters which will be forwarded into the parser.
 

Detailed Description

Namespace for functionality provided by V3.2.0.

Variable Documentation

◆ BUSDB_PARSER_BUSTYPE_PROP

constexpr const char* const BUSDB_PARSER_BUSTYPE_PROP = "bustype"
constexpr

Compulsory property name for the bus type, which is requested by the caller.

Valid values are CID_DEVTB_MULTIBUSDB_PARSER, CID_DEVTB_CANDB_PARSER, CID_DEVTB_CANFDDB_PARSER or CID_DEVTB_FLEXRAYDB_PARSER

Definition at line 180 of file bus_database_intf.h.