1#include "../../../Inc/Systems/External/Accumulator.h"
void initAccumulator(Accumulator *acc, Bms *bms)
Initializes the accumulator with the given BMS and IMD.
CHARGE_STATE getAccumulatorState(const Accumulator *acc)
Gets the current state of the accumulator.
void setAccumulatorState(Accumulator *acc, CHARGE_STATE state)
Sets the state of the accumulator.