foxBMS - Unit Tests
1.4.1
The foxBMS Unit Tests API Documentation
|
#include <diag_cfg.h>
Data Fields | |
DATA_BLOCK_ERRORSTATE_s * | pTableError |
DATA_BLOCK_MOL_FLAG_s * | pTableMol |
DATA_BLOCK_RSL_FLAG_s * | pTableRsl |
DATA_BLOCK_MSL_FLAG_s * | pTableMsl |
composite type for storing and passing on the local database table handles
Definition at line 163 of file diag_cfg.h.
DATA_BLOCK_ERRORSTATE_s* DIAG_DATABASE_SHIM_s::pTableError |
database table with error states
Definition at line 164 of file diag_cfg.h.
DATA_BLOCK_MOL_FLAG_s* DIAG_DATABASE_SHIM_s::pTableMol |
database table with MOL flags
Definition at line 165 of file diag_cfg.h.
DATA_BLOCK_MSL_FLAG_s* DIAG_DATABASE_SHIM_s::pTableMsl |
database table with MSL flags
Definition at line 167 of file diag_cfg.h.
DATA_BLOCK_RSL_FLAG_s* DIAG_DATABASE_SHIM_s::pTableRsl |
database table with RSL flags
Definition at line 166 of file diag_cfg.h.