foxBMS  1.1.0
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+1)]
 

Detailed Description

data block struct of cell open wire

Definition at line 299 of file database_cfg.h.

Field Documentation

◆ header

DATA_BLOCK_HEADER_s DATA_BLOCK_OPENWIRE::header

Data block header

Definition at line 303 of file database_cfg.h.

◆ nrOpenWires

uint16_t DATA_BLOCK_OPENWIRE::nrOpenWires[BS_NR_OF_STRINGS]

number of open wires

Definition at line 305 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 306 of file database_cfg.h.

◆ state

uint8_t DATA_BLOCK_OPENWIRE::state

for future use

Definition at line 304 of file database_cfg.h.


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