foxBMS - Unit Tests
1.5.0
The foxBMS Unit Tests API Documentation
|
#include <sof_trapezoid_cfg.h>
Data Fields | |
float_t | maximumDischargeCurrent_mA |
float_t | maximumChargeCurrent_mA |
float_t | limpHomeCurrent_mA |
int16_t | cutoffLowTemperatureDischarge_ddegC |
int16_t | limitLowTemperatureDischarge_ddegC |
int16_t | cutoffLowTemperatureCharge_ddegC |
int16_t | limitLowTemperatureCharge_ddegC |
int16_t | cutoffHighTemperatureDischarge_ddegC |
int16_t | limitHighTemperatureDischarge_ddegC |
int16_t | cutoffHighTemperatureCharge_ddegC |
int16_t | limitHighTemperatureCharge_ddegC |
int16_t | cutoffUpperCellVoltage_mV |
int16_t | limitUpperCellVoltage_mV |
int16_t | cutoffLowerCellVoltage_mV |
int16_t | limitLowerCellVoltage_mV |
structure for configuration of SoF Calculation
Definition at line 165 of file sof_trapezoid_cfg.h.
int16_t SOF_CONFIG_s::cutoffHighTemperatureCharge_ddegC |
High temperature derating limits
Definition at line 182 of file sof_trapezoid_cfg.h.
int16_t SOF_CONFIG_s::cutoffHighTemperatureDischarge_ddegC |
High temperature derating limits
Definition at line 180 of file sof_trapezoid_cfg.h.
int16_t SOF_CONFIG_s::cutoffLowerCellVoltage_mV |
Cell voltage derating limits
Definition at line 189 of file sof_trapezoid_cfg.h.
int16_t SOF_CONFIG_s::cutoffLowTemperatureCharge_ddegC |
Low temperature derating limits
Definition at line 175 of file sof_trapezoid_cfg.h.
int16_t SOF_CONFIG_s::cutoffLowTemperatureDischarge_ddegC |
Low temperature derating limits
Definition at line 173 of file sof_trapezoid_cfg.h.
int16_t SOF_CONFIG_s::cutoffUpperCellVoltage_mV |
Cell voltage derating limits
Definition at line 187 of file sof_trapezoid_cfg.h.
int16_t SOF_CONFIG_s::limitHighTemperatureCharge_ddegC |
High temperature derating limits
Definition at line 183 of file sof_trapezoid_cfg.h.
int16_t SOF_CONFIG_s::limitHighTemperatureDischarge_ddegC |
High temperature derating limits
Definition at line 181 of file sof_trapezoid_cfg.h.
int16_t SOF_CONFIG_s::limitLowerCellVoltage_mV |
Cell voltage derating limits
Definition at line 190 of file sof_trapezoid_cfg.h.
int16_t SOF_CONFIG_s::limitLowTemperatureCharge_ddegC |
Low temperature derating limits
Definition at line 176 of file sof_trapezoid_cfg.h.
int16_t SOF_CONFIG_s::limitLowTemperatureDischarge_ddegC |
Low temperature derating limits
Definition at line 174 of file sof_trapezoid_cfg.h.
int16_t SOF_CONFIG_s::limitUpperCellVoltage_mV |
Cell voltage derating limits
Definition at line 188 of file sof_trapezoid_cfg.h.
float_t SOF_CONFIG_s::limpHomeCurrent_mA |
Current derating limits
Definition at line 169 of file sof_trapezoid_cfg.h.
float_t SOF_CONFIG_s::maximumChargeCurrent_mA |
Current derating limits
Definition at line 168 of file sof_trapezoid_cfg.h.
float_t SOF_CONFIG_s::maximumDischargeCurrent_mA |
Current derating limits
Definition at line 167 of file sof_trapezoid_cfg.h.