foxBMS  1.2.1
The foxBMS Battery Management System 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+1u)]
 

Detailed Description

data block struct of cell open wire

Definition at line 286 of file database_cfg.h.

Field Documentation

◆ header

DATA_BLOCK_HEADER_s DATA_BLOCK_OPENWIRE::header

Data block header

Definition at line 290 of file database_cfg.h.

◆ nrOpenWires

uint16_t DATA_BLOCK_OPENWIRE::nrOpenWires[BS_NR_OF_STRINGS]

number of open wires

Definition at line 292 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+1u)]

1 -> open wire, 0 -> everything ok

Definition at line 293 of file database_cfg.h.

◆ state

uint8_t DATA_BLOCK_OPENWIRE::state

for future use

Definition at line 291 of file database_cfg.h.


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