foxBMS
1.5.0
The foxBMS Battery Management System API Documentation
|
Diagnostic module configuration. More...
#include "general.h"
#include "diag_cfg.h"
#include "database.h"
#include "diag_cbs.h"
#include <stdint.h>
Go to the source code of this file.
Macros | |
#define | DIAG_ID_MAX_FOR_INIT (83u) |
Functions | |
FAS_STATIC_ASSERT (DIAG_ID_MAX_FOR_INIT==(uint16_t) DIAG_ID_MAX, "Both values need to be identical.") | |
void | DIAG_UpdateFlags (void) |
update function for diagnosis flags More... | |
Variables | |
static DATA_BLOCK_ERROR_STATE_s | diag_tableErrorFlags = {.header.uniqueId = DATA_BLOCK_ID_ERROR_STATE} |
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_diagnosisIdConfiguration [] |
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_diagnosisIdConfiguration[], e.g., initialization errors or runtime errors.
Every entry of the diag_diagnosisIdConfiguration[] 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 (83u) |
value of DIAG_ID_MAX (as a define for the pre-processor)
Definition at line 96 of file diag_cfg.c.
void DIAG_UpdateFlags | ( | void | ) |
FAS_STATIC_ASSERT | ( | DIAG_ID_MAX_FOR_INIT | = =(uint16_t) DIAG_ID_MAX , |
"Both values need to be identical." | |||
) |
DIAG_DEV_s diag_device |
diag device configuration struct
Definition at line 237 of file diag_cfg.c.
DIAG_ID_CFG_s diag_diagnosisIdConfiguration[] |
variable tracking the state of the diag channels
Definition at line 124 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 113 of file diag_cfg.c.
|
static |
local copy of the DATA_BLOCK_ERROR_STATE_s table
Definition at line 102 of file diag_cfg.c.
|
static |
local copy of the DATA_BLOCK_MOL_FLAG_s table
Definition at line 105 of file diag_cfg.c.
|
static |
local copy of the DATA_BLOCK_MSL_FLAG_s table
Definition at line 111 of file diag_cfg.c.
|
static |
local copy of the DATA_BLOCK_RSL_FLAG_s table
Definition at line 108 of file diag_cfg.c.