foxBMS - Unit Tests  1.6.0
The foxBMS Unit Tests API Documentation
DIAG_DATABASE_SHIM_s Struct Reference

#include <diag_cfg.h>

Collaboration diagram for DIAG_DATABASE_SHIM_s:

Data Fields

DATA_BLOCK_ERROR_STATE_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 165 of file diag_cfg.h.

Field Documentation

◆ pTableError

DATA_BLOCK_ERROR_STATE_s* DIAG_DATABASE_SHIM_s::pTableError

database table with error states

Definition at line 166 of file diag_cfg.h.

◆ pTableMol

DATA_BLOCK_MOL_FLAG_s* DIAG_DATABASE_SHIM_s::pTableMol

database table with MOL flags

Definition at line 167 of file diag_cfg.h.

◆ pTableMsl

DATA_BLOCK_MSL_FLAG_s* DIAG_DATABASE_SHIM_s::pTableMsl

database table with MSL flags

Definition at line 169 of file diag_cfg.h.

◆ pTableRsl

DATA_BLOCK_RSL_FLAG_s* DIAG_DATABASE_SHIM_s::pTableRsl

database table with RSL flags

Definition at line 168 of file diag_cfg.h.


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