what if everyone was a returnvalue
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good
This commit is contained in:
@ -49,6 +49,7 @@ class PowerController : public ExtendedControllerBase, public ReceivesParameterM
|
||||
float charge2stateOfCharge(float capacity);
|
||||
ReturnValue_t lookUpTableOcvIdxFinder(float voltage, uint8_t& idx);
|
||||
float linearInterpolation(float x, float x0, float x1, float y0, float y1);
|
||||
ReturnValue_t calculateCoulombCounterChargeUpperThreshold();
|
||||
|
||||
// Parameters
|
||||
float batteryInternalResistance = 70.0 / 2.0 / 1000.0; // [Ohm]
|
||||
|
Reference in New Issue
Block a user