#include "HardwareInterface.h" HardwareInterface::HardwareInterface(std::shared_ptr aBattery) : mBattery(aBattery){ }