#include <DeviceInformationBusinessLogic.h>
| DeviceInformationBusinessLogic::DeviceInformationBusinessLogic |
( |
| ) |
|
| DeviceInformationBusinessLogic::~DeviceInformationBusinessLogic |
( |
| ) |
|
|
virtual |
| bool DeviceInformationBusinessLogic::GetAllSlaveIPs |
( |
QVector< QString > & |
slaveIpCollection | ) |
|
GetAllSlaveIPs - get all slave IPs from DeviceCommonManager.
- Parameters
-
| slaveIpCollection | - output param, vector of slave IP addresses |
- Returns
- true if successful, false otherwise (no slaves in HwConfig)
| void DeviceInformationBusinessLogic::GetDeviceInformationAsQStringPairList |
( |
QList< QPair< QString, QString >> & |
deviceInformation, |
|
|
const DeviceIdentifierForMenu & |
deviceIdentifier |
|
) |
| |
GetDeviceInformationAsQStringPairList returns information about single device specified by identifier.
- Parameters
-
| deviceInformation | - list of QString pairs to be filled with device information |
| deviceIdentifier | - pair of "device name" and "order of device within device type" (f.e. "BuseTable", 3) |
GetDeviceList - returns list of unique device identifiers (QPair<device name, device order>), which can be later used to access device details.
- Returns
- list of device identifiers
Init - create and save DeviceInformation for every available device.
| bool DeviceInformationBusinessLogic::IsConnboardUsed |
( |
| ) |
|
IsConnboardUsed - check HwConfig for Connboard row.
- Returns
- true if HwConfig contains Connboard, false otherwise
| void DeviceInformationBusinessLogic::PrepareCurrentGPSData |
( |
QList< QPair< QString, QString >> & |
gpsInformation | ) |
|
The documentation for this class was generated from the following files: