foxBMS-UnitTests  1.0.0
The foxBMS Unit Tests API Documentation
DATA_BLOCK_OPENWIRE Struct Reference

#include <database_cfg.h>

Collaboration diagram for DATA_BLOCK_OPENWIRE:

Data Fields

DATA_BLOCK_HEADER_s header
 
uint8_t state
 
uint16_t nrOpenWires [BS_NR_OF_STRINGS]
 
uint8_t openwire [BS_NR_OF_STRINGS][BS_NR_OF_MODULES *(BS_NR_OF_CELLS_PER_MODULE+1)]
 

Detailed Description

data block struct of cell open wire

Definition at line 296 of file database_cfg.h.

Field Documentation

◆ header

DATA_BLOCK_HEADER_s DATA_BLOCK_OPENWIRE::header

Data block header

Definition at line 300 of file database_cfg.h.

◆ nrOpenWires

uint16_t DATA_BLOCK_OPENWIRE::nrOpenWires[BS_NR_OF_STRINGS]

number of open wires

Definition at line 302 of file database_cfg.h.

◆ openwire

uint8_t DATA_BLOCK_OPENWIRE::openwire[BS_NR_OF_STRINGS][BS_NR_OF_MODULES *(BS_NR_OF_CELLS_PER_MODULE+1)]

1 -> open wire, 0 -> everything ok

Definition at line 303 of file database_cfg.h.

◆ state

uint8_t DATA_BLOCK_OPENWIRE::state

for future use

Definition at line 301 of file database_cfg.h.


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