58 #include "Mockdatabase.h"
77 float test_soc = -1.0;
78 int16_t test_voltage_mV = 3780;
80 TEST_ASSERT_EQUAL(64.0f, test_soc);
Configuration of the battery cell (e.g., minimum and maximum cell voltage)
math library for often used math functions
float_t SE_GetStateOfChargeFromVoltage(int16_t voltage_mV)
look-up table for SOC initialization
Header for SOC module, responsible for calculation of SOC.
void testSE_GetStateOfChargeFromVoltage(void)