foxBMS
1.6.0
The foxBMS Battery Management System API Documentation
|
#include <database_cfg.h>
Data Fields | |
DATA_BLOCK_HEADER_s | header |
float_t | averageSoe_perc [BS_NR_OF_STRINGS] |
float_t | minimumSoe_perc [BS_NR_OF_STRINGS] |
float_t | maximumSoe_perc [BS_NR_OF_STRINGS] |
uint32_t | maximumSoe_Wh [BS_NR_OF_STRINGS] |
uint32_t | averageSoe_Wh [BS_NR_OF_STRINGS] |
uint32_t | minimumSoe_Wh [BS_NR_OF_STRINGS] |
data block struct of SOE
Definition at line 535 of file database_cfg.h.
float_t DATA_BLOCK_SOE_s::averageSoe_perc[BS_NR_OF_STRINGS] |
0.0 <= averageSoe <= 100.0
Definition at line 540 of file database_cfg.h.
uint32_t DATA_BLOCK_SOE_s::averageSoe_Wh[BS_NR_OF_STRINGS] |
average string energy in Wh
Definition at line 544 of file database_cfg.h.
DATA_BLOCK_HEADER_s DATA_BLOCK_SOE_s::header |
Data block header
Definition at line 539 of file database_cfg.h.
float_t DATA_BLOCK_SOE_s::maximumSoe_perc[BS_NR_OF_STRINGS] |
0.0 <= maximumSoe <= 100.0
Definition at line 542 of file database_cfg.h.
uint32_t DATA_BLOCK_SOE_s::maximumSoe_Wh[BS_NR_OF_STRINGS] |
maximum string energy in Wh
Definition at line 543 of file database_cfg.h.
float_t DATA_BLOCK_SOE_s::minimumSoe_perc[BS_NR_OF_STRINGS] |
0.0 <= minimumSoe <= 100.0
Definition at line 541 of file database_cfg.h.
uint32_t DATA_BLOCK_SOE_s::minimumSoe_Wh[BS_NR_OF_STRINGS] |
minimum string energy in Wh
Definition at line 545 of file database_cfg.h.