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

#include <diag_cfg.h>

Collaboration diagram for DIAG_DEV:

Data Fields

uint8_t nr_of_ch
 
DIAG_ID_CFG_sch_cfg
 
uint16_t numberOfFatalErrors
 
DIAG_ID_CFG_spFatalErrorLinkTable [DIAG_ID_MAX]
 

Detailed Description

struct for device Configuration of diag module

Definition at line 320 of file diag_cfg.h.

Field Documentation

◆ ch_cfg

DIAG_ID_CFG_s* DIAG_DEV::ch_cfg

pointer to diag channel config struct

Definition at line 322 of file diag_cfg.h.

◆ nr_of_ch

uint8_t DIAG_DEV::nr_of_ch

number of entries in DIAG_ID_CFG_s

Definition at line 321 of file diag_cfg.h.

◆ numberOfFatalErrors

uint16_t DIAG_DEV::numberOfFatalErrors

number of configured diagnosis entries with severity DIAG_FATAL_ERROR

Definition at line 323 of file diag_cfg.h.

◆ pFatalErrorLinkTable

DIAG_ID_CFG_s* DIAG_DEV::pFatalErrorLinkTable[DIAG_ID_MAX]

list with pointers to all diagnosis entries with severity DIAG_FATAL_ERROR

Definition at line 324 of file diag_cfg.h.


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