Hotwheels-Cluster 1.2
Creation of Cluster APP for SEA:ME project.
 
Loading...
Searching...
No Matches
ISystemInfoProvider Class Referenceabstract

Interface for providing system information to the display manager. More...

#include <ISystemInfoProvider.hpp>

Public Member Functions

virtual ~ISystemInfoProvider ()=default
 
virtual QString getWifiStatus (QString &wifiName) const =0
 
virtual QString getTemperature () const =0
 
virtual QString getIpAddress () const =0
 

Detailed Description

Interface for providing system information to the display manager.

Definition at line 25 of file ISystemInfoProvider.hpp.

Constructor & Destructor Documentation

◆ ~ISystemInfoProvider()

virtual ISystemInfoProvider::~ISystemInfoProvider ( )
virtualdefault

Member Function Documentation

◆ getIpAddress()

virtual QString ISystemInfoProvider::getIpAddress ( ) const
pure virtual

Implemented in SystemInfoProvider.

Here is the caller graph for this function:

◆ getTemperature()

virtual QString ISystemInfoProvider::getTemperature ( ) const
pure virtual

Implemented in SystemInfoProvider.

Here is the caller graph for this function:

◆ getWifiStatus()

virtual QString ISystemInfoProvider::getWifiStatus ( QString & wifiName) const
pure virtual

Implemented in SystemInfoProvider.

Here is the caller graph for this function:

The documentation for this class was generated from the following file: