![]() |
foxBMS - Unit Tests
1.1.0
The foxBMS Unit Tests 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 489 of file database_cfg.h.
float DATA_BLOCK_SOX::averageSoc_perc[BS_NR_OF_STRINGS] |
0.0 <= averageSoc <= 100.0
Definition at line 494 of file database_cfg.h.
float DATA_BLOCK_SOX::averageSoe_perc[BS_NR_OF_STRINGS] |
0.0 <= averageSoe <= 100.0
Definition at line 497 of file database_cfg.h.
uint32_t DATA_BLOCK_SOX::averageSoe_Wh[BS_NR_OF_STRINGS] |
average string energy in Wh
Definition at line 501 of file database_cfg.h.
DATA_BLOCK_HEADER_s DATA_BLOCK_SOX::header |
Data block header
Definition at line 493 of file database_cfg.h.
float DATA_BLOCK_SOX::maximumSoc_perc[BS_NR_OF_STRINGS] |
0.0 <= maxSoc <= 100.0
Definition at line 496 of file database_cfg.h.
float DATA_BLOCK_SOX::maximumSoe_perc[BS_NR_OF_STRINGS] |
0.0 <= maximumSoe <= 100.0
Definition at line 499 of file database_cfg.h.
uint32_t DATA_BLOCK_SOX::maximumSoe_Wh[BS_NR_OF_STRINGS] |
maximum string energy in Wh
Definition at line 500 of file database_cfg.h.
float DATA_BLOCK_SOX::minimumSoc_perc[BS_NR_OF_STRINGS] |
0.0 <= minSoc <= 100.0
Definition at line 495 of file database_cfg.h.
float DATA_BLOCK_SOX::minimumSoe_perc[BS_NR_OF_STRINGS] |
0.0 <= minimumSoe <= 100.0
Definition at line 498 of file database_cfg.h.
uint32_t DATA_BLOCK_SOX::minimumSoe_Wh[BS_NR_OF_STRINGS] |
minimum string energy in Wh
Definition at line 502 of file database_cfg.h.