Network is the entry point for all device configurations in the network. It retrieves devices.
More...
Network is the entry point for all device configurations in the network. It retrieves devices.
◆ getDevice()
Device Network::getDevice |
( |
QString |
| ) |
|
Returns the device with the specified device name.
- Parameters
-
deviceName,the | device name of the device of interest. |
- Returns
- Device, the Device object with the specified device name.
◆ getDeviceAt()
Device Network::getDeviceAt |
( |
int |
| ) |
|
Returns the device at the specified index.
- Parameters
-
index,the | index of the device of interest. |
- Returns
- Device, the Device object at the specified index.
◆ getDeviceCount()
int Network::getDeviceCount |
( |
| ) |
|
Returns the number of devices in the network.
- Returns
- int, the number of devices in the network.
◆ getLinkAt()
Link Network::getLinkAt |
( |
int |
| ) |
|
◆ getLinkCount()
int Network::getLinkCount |
( |
| ) |
|
◆ getTotalDeviceAttributeValue()
double Network::getTotalDeviceAttributeValue |
( |
string |
| ) |
|
The documentation for this class was generated from the following file: