foxBMS
1.2.1
The foxBMS Battery Management System 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 145 of file diag_cfg.h.
DATA_BLOCK_ERRORSTATE_s* DIAG_DATABASE_SHIM::pTableError |
database table with errorstates
Definition at line 146 of file diag_cfg.h.
DATA_BLOCK_MOL_FLAG_s* DIAG_DATABASE_SHIM::pTableMol |
database table with MOL flags
Definition at line 147 of file diag_cfg.h.
DATA_BLOCK_MSL_FLAG_s* DIAG_DATABASE_SHIM::pTableMsl |
database table with MSL flags
Definition at line 149 of file diag_cfg.h.
DATA_BLOCK_RSL_FLAG_s* DIAG_DATABASE_SHIM::pTableRsl |
database table with RSL flags
Definition at line 148 of file diag_cfg.h.