Class that manages the data received from the car's systems. QObject.
More...
#include <SystemDataManager.hpp>
Class that manages the data received from the car's systems. QObject.
Definition at line 26 of file SystemDataManager.hpp.
◆ SystemDataManager()
SystemDataManager::SystemDataManager |
( |
QObject * | parent = nullptr | ) |
|
|
explicit |
◆ ~SystemDataManager()
SystemDataManager::~SystemDataManager |
( |
| ) |
|
◆ batteryPercentageUpdated
void SystemDataManager::batteryPercentageUpdated |
( |
float | batteryPercentage | ) |
|
|
signal |
◆ handleBatteryPercentage
void SystemDataManager::handleBatteryPercentage |
( |
float | batteryPercentage | ) |
|
|
slot |
Handle Battery Percentage data.
- Parameters
-
batteryPercentage | The battery percentage. |
This function processes the battery percentage data.
Definition at line 85 of file SystemDataManager.cpp.
◆ handleIpAddressData
void SystemDataManager::handleIpAddressData |
( |
const QString & | ipAddress | ) |
|
|
slot |
Handle IP Address data.
- Parameters
-
This function processes the IP address data.
Definition at line 72 of file SystemDataManager.cpp.
◆ handleTemperatureData
void SystemDataManager::handleTemperatureData |
( |
const QString & | temperature | ) |
|
|
slot |
Handle Temperature data.
- Parameters
-
temperature | The temperature data. |
This function processes the temperature data.
Definition at line 59 of file SystemDataManager.cpp.
◆ handleTimeData
void SystemDataManager::handleTimeData |
( |
const QString & | currentDate, |
|
|
const QString & | currentTime, |
|
|
const QString & | currentDay ) |
|
slot |
Handle Time data.
- Parameters
-
currentDate | The current date. |
currentTime | The current time. |
currentDay | The current day. |
This function processes the time data.
Definition at line 31 of file SystemDataManager.cpp.
◆ handleWifiData
void SystemDataManager::handleWifiData |
( |
const QString & | status, |
|
|
const QString & | wifiName ) |
|
slot |
Handle WiFi data.
- Parameters
-
status | The WiFi status. |
wifiName | The WiFi name. |
This function processes the WiFi data.
Definition at line 45 of file SystemDataManager.cpp.
◆ ipAddressUpdated
void SystemDataManager::ipAddressUpdated |
( |
const QString & | ipAddress | ) |
|
|
signal |
◆ systemTemperatureUpdated
void SystemDataManager::systemTemperatureUpdated |
( |
const QString & | temperature | ) |
|
|
signal |
◆ systemTimeUpdated
void SystemDataManager::systemTimeUpdated |
( |
const QString & | currentDate, |
|
|
const QString & | currentTime, |
|
|
const QString & | currentDay ) |
|
signal |
◆ systemWifiUpdated
void SystemDataManager::systemWifiUpdated |
( |
const QString & | status, |
|
|
const QString & | wifiName ) |
|
signal |
◆ m_batteryPercentage
float SystemDataManager::m_batteryPercentage = -1.0f |
|
private |
◆ m_ipAddress
QString SystemDataManager::m_ipAddress = "" |
|
private |
◆ m_temperature
QString SystemDataManager::m_temperature = "" |
|
private |
◆ m_time
QString SystemDataManager::m_time = "" |
|
private |
◆ m_wifiName
QString SystemDataManager::m_wifiName = "" |
|
private |
◆ m_wifiStatus
QString SystemDataManager::m_wifiStatus = "" |
|
private |
The documentation for this class was generated from the following files: