foxBMS
1.1.2
The foxBMS Battery Management System API Documentation
|
Diagnostic module configuration. More...
Go to the source code of this file.
Macros | |
#define | DIAG_ID_MAX_FOR_INIT (72u) |
Functions | |
void | DIAG_UpdateFlags (void) |
update function for diagnosis flags More... | |
Variables | |
static DATA_BLOCK_ERRORSTATE_s | diag_tableErrorFlags = {.header.uniqueId = DATA_BLOCK_ID_ERRORSTATE} |
static DATA_BLOCK_MOL_FLAG_s | diag_tableMolFlags = {.header.uniqueId = DATA_BLOCK_ID_MOL_FLAG} |
static DATA_BLOCK_RSL_FLAG_s | diag_tableRslFlags = {.header.uniqueId = DATA_BLOCK_ID_RSL_FLAG} |
static DATA_BLOCK_MSL_FLAG_s | diag_tableMslFlags = {.header.uniqueId = DATA_BLOCK_ID_MSL_FLAG} |
const DIAG_DATABASE_SHIM_s | diag_kDatabaseShim |
DIAG_ID_CFG_s | DIAG_ID_cfg [] |
DIAG_DEV_s | diag_device |
Diagnostic module configuration.
SPDX-License-Identifier: BSD-3-Clause
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
We kindly request you to use one or more of the following phrases to refer to foxBMS in your hardware, software, documentation or advertising materials:
The configuration of the different diagnosis events defined in diag_cfg.h is set in the array DIAG_ID_cfg[], e.g. initialization errors or runtime errors.
Every entry of the DIAG_ID_cfg[] array consists of
The system monitoring configuration defined in diag_cfg.h is set in the array sysm_ch_cfg[]. The system monitoring is at the moment only used for supervising the cyclic/periodic tasks.
Every entry of the sysm_ch_cfg[] consists of
Definition in file diag_cfg.c.
#define DIAG_ID_MAX_FOR_INIT (72u) |
value of DIAG_ID_MAX (as a define for the pre-processor)
Definition at line 86 of file diag_cfg.c.
void DIAG_UpdateFlags | ( | void | ) |
DIAG_DEV_s diag_device |
diag device configuration struct
Definition at line 212 of file diag_cfg.c.
DIAG_ID_CFG_s DIAG_ID_cfg[] |
variable tracking the state of the diag channels
Definition at line 114 of file diag_cfg.c.
const DIAG_DATABASE_SHIM_s diag_kDatabaseShim |
variable for storing and passing on the local database table handles
Definition at line 103 of file diag_cfg.c.
|
static |
local copy of the DATA_BLOCK_ERRORSTATE_s table
Definition at line 92 of file diag_cfg.c.
|
static |
local copy of the DATA_BLOCK_MOL_FLAG_s table
Definition at line 95 of file diag_cfg.c.
|
static |
local copy of the DATA_BLOCK_MSL_FLAG_s table
Definition at line 101 of file diag_cfg.c.
|
static |
local copy of the DATA_BLOCK_RSL_FLAG_s table
Definition at line 98 of file diag_cfg.c.