foxBMS
1.6.0
The foxBMS Battery Management System API Documentation
|
#include <database_cfg.h>
Data Fields | |
DATA_BLOCK_HEADER_s | header |
float_t | averageSoh_perc [BS_NR_OF_STRINGS] |
float_t | minimumSoh_perc [BS_NR_OF_STRINGS] |
float_t | maximumSoh_perc [BS_NR_OF_STRINGS] |
data block struct of SOH
Definition at line 524 of file database_cfg.h.
float_t DATA_BLOCK_SOH_s::averageSoh_perc[BS_NR_OF_STRINGS] |
0.0 <= averageSoh <= 100.0
Definition at line 529 of file database_cfg.h.
DATA_BLOCK_HEADER_s DATA_BLOCK_SOH_s::header |
Data block header
Definition at line 528 of file database_cfg.h.
float_t DATA_BLOCK_SOH_s::maximumSoh_perc[BS_NR_OF_STRINGS] |
0.0 <= maximumSoh <= 100.0
Definition at line 531 of file database_cfg.h.
float_t DATA_BLOCK_SOH_s::minimumSoh_perc[BS_NR_OF_STRINGS] |
0.0 <= minimumSoh <= 100.0
Definition at line 530 of file database_cfg.h.