Hotwheels-Cluster 1.2
Creation of Cluster APP for SEA:ME project.
 
Loading...
Searching...
No Matches
IBatteryController.hpp
Go to the documentation of this file.
1
15
16#ifndef IBATTERYCONTROLLER_HPP
17#define IBATTERYCONTROLLER_HPP
18
24{
25public:
26 virtual ~IBatteryController() = default;
27 virtual float getBatteryPercentage() = 0;
28};
29
30#endif // IBATTERYCONTROLLER_HPP
Interface for managing the battery of the vehicle.
virtual float getBatteryPercentage()=0
virtual ~IBatteryController()=default