foxBMS
1.2.1
The foxBMS Battery Management System API Documentation
|
#include <database_cfg.h>
Data Fields | |
DATA_BLOCK_HEADER_s | header |
float | averageSoc_perc [BS_NR_OF_STRINGS] |
float | minimumSoc_perc [BS_NR_OF_STRINGS] |
float | maximumSoc_perc [BS_NR_OF_STRINGS] |
float | averageSoe_perc [BS_NR_OF_STRINGS] |
float | minimumSoe_perc [BS_NR_OF_STRINGS] |
float | 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 sox
Definition at line 481 of file database_cfg.h.
float DATA_BLOCK_SOX::averageSoc_perc[BS_NR_OF_STRINGS] |
0.0 <= averageSoc <= 100.0
Definition at line 486 of file database_cfg.h.
float DATA_BLOCK_SOX::averageSoe_perc[BS_NR_OF_STRINGS] |
0.0 <= averageSoe <= 100.0
Definition at line 489 of file database_cfg.h.
uint32_t DATA_BLOCK_SOX::averageSoe_Wh[BS_NR_OF_STRINGS] |
average string energy in Wh
Definition at line 493 of file database_cfg.h.
DATA_BLOCK_HEADER_s DATA_BLOCK_SOX::header |
Data block header
Definition at line 485 of file database_cfg.h.
float DATA_BLOCK_SOX::maximumSoc_perc[BS_NR_OF_STRINGS] |
0.0 <= maxSoc <= 100.0
Definition at line 488 of file database_cfg.h.
float DATA_BLOCK_SOX::maximumSoe_perc[BS_NR_OF_STRINGS] |
0.0 <= maximumSoe <= 100.0
Definition at line 491 of file database_cfg.h.
uint32_t DATA_BLOCK_SOX::maximumSoe_Wh[BS_NR_OF_STRINGS] |
maximum string energy in Wh
Definition at line 492 of file database_cfg.h.
float DATA_BLOCK_SOX::minimumSoc_perc[BS_NR_OF_STRINGS] |
0.0 <= minSoc <= 100.0
Definition at line 487 of file database_cfg.h.
float DATA_BLOCK_SOX::minimumSoe_perc[BS_NR_OF_STRINGS] |
0.0 <= minimumSoe <= 100.0
Definition at line 490 of file database_cfg.h.
uint32_t DATA_BLOCK_SOX::minimumSoe_Wh[BS_NR_OF_STRINGS] |
minimum string energy in Wh
Definition at line 494 of file database_cfg.h.