Hotwheels-Cluster 1.2
Creation of Cluster APP for SEA:ME project.
 
Loading...
Searching...
No Matches
ISystemInfoProvider.hpp
Go to the documentation of this file.
1
15
16#ifndef ISYSTEMINFOPROVIDER_HPP
17#define ISYSTEMINFOPROVIDER_HPP
18
19#include <QString>
20
26{
27public:
28 virtual ~ISystemInfoProvider() = default;
29 virtual QString getWifiStatus(QString &wifiName) const = 0;
30 virtual QString getTemperature() const = 0;
31 virtual QString getIpAddress() const = 0;
32};
33
34#endif // ISYSTEMINFOPROVIDER_HPP
Interface for providing system information to the display manager.
virtual QString getWifiStatus(QString &wifiName) const =0
virtual QString getTemperature() const =0
virtual ~ISystemInfoProvider()=default
virtual QString getIpAddress() const =0