foxBMS - Unit Tests
1.5.0
The foxBMS Unit Tests API Documentation
|
#include <diag_cfg.h>
Data Fields | |
DATA_BLOCK_ERROR_STATE_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 165 of file diag_cfg.h.
DATA_BLOCK_ERROR_STATE_s* DIAG_DATABASE_SHIM_s::pTableError |
database table with error states
Definition at line 166 of file diag_cfg.h.
DATA_BLOCK_MOL_FLAG_s* DIAG_DATABASE_SHIM_s::pTableMol |
database table with MOL flags
Definition at line 167 of file diag_cfg.h.
DATA_BLOCK_MSL_FLAG_s* DIAG_DATABASE_SHIM_s::pTableMsl |
database table with MSL flags
Definition at line 169 of file diag_cfg.h.
DATA_BLOCK_RSL_FLAG_s* DIAG_DATABASE_SHIM_s::pTableRsl |
database table with RSL flags
Definition at line 168 of file diag_cfg.h.