foxBMS  1.2.1
The foxBMS Battery Management System API Documentation
DIAG_DATABASE_SHIM Struct Reference

#include <diag_cfg.h>

Collaboration diagram for DIAG_DATABASE_SHIM:

Data Fields

DATA_BLOCK_ERRORSTATE_spTableError
 
DATA_BLOCK_MOL_FLAG_spTableMol
 
DATA_BLOCK_RSL_FLAG_spTableRsl
 
DATA_BLOCK_MSL_FLAG_spTableMsl
 

Detailed Description

composite type for storing and passing on the local database table handles

Definition at line 145 of file diag_cfg.h.

Field Documentation

◆ pTableError

DATA_BLOCK_ERRORSTATE_s* DIAG_DATABASE_SHIM::pTableError

database table with errorstates

Definition at line 146 of file diag_cfg.h.

◆ pTableMol

DATA_BLOCK_MOL_FLAG_s* DIAG_DATABASE_SHIM::pTableMol

database table with MOL flags

Definition at line 147 of file diag_cfg.h.

◆ pTableMsl

DATA_BLOCK_MSL_FLAG_s* DIAG_DATABASE_SHIM::pTableMsl

database table with MSL flags

Definition at line 149 of file diag_cfg.h.

◆ pTableRsl

DATA_BLOCK_RSL_FLAG_s* DIAG_DATABASE_SHIM::pTableRsl

database table with RSL flags

Definition at line 148 of file diag_cfg.h.


The documentation for this struct was generated from the following file: