foxBMS - Unit Tests
1.5.0
The foxBMS Unit Tests API Documentation
|
#include <fram_cfg.h>
Data Fields | |
float_t | minimumSoc_perc [BS_NR_OF_STRINGS] |
float_t | maximumSoc_perc [BS_NR_OF_STRINGS] |
float_t | averageSoc_perc [BS_NR_OF_STRINGS] |
state of charge (SOC). Since SOC is voltage dependent, three different values are used, min, max and average. SOC defined as a float_t number between 0.0f and 100.0f (0% and 100%)
Definition at line 140 of file fram_cfg.h.
float_t FRAM_SOC_s::averageSoc_perc[BS_NR_OF_STRINGS] |
average SOC
Definition at line 143 of file fram_cfg.h.
float_t FRAM_SOC_s::maximumSoc_perc[BS_NR_OF_STRINGS] |
maximum SOC
Definition at line 142 of file fram_cfg.h.
float_t FRAM_SOC_s::minimumSoc_perc[BS_NR_OF_STRINGS] |
minimum SOC
Definition at line 141 of file fram_cfg.h.