|
openDAQ
Open data acquisition platform
|
Collaboration diagram for Factories:Functions | |
| DeviceInfoConfigPtr | DeviceInfo (const StringPtr &connectionString, const StringPtr &name="", const StringPtr &customSdkVersion=nullptr) |
| Creates a DeviceInfoConfig with a connection string and optional name. More... | |
| NetworkInterfacePtr | NetworkInterface (const StringPtr &name, const StringPtr &ownerDeviceManufacturerName, const StringPtr &ownerDeviceSerialNumber, const BaseObjectPtr &moduleManager) |
| Creates a Network interface object with the specified name and additional parameters. More... | |
|
inline |
Creates a DeviceInfoConfig with a connection string and optional name.
| connectionString | String used to connect to the device. |
| name | The name of the device. Optional parameter. |
| customSdkVersion | Used when the device uses a custom SDK version. Optional parameter. |
|
inline |
Creates a Network interface object with the specified name and additional parameters.
| name | The name of the interface (e.g. "eth0"). |
| ownerDeviceManufacturerName | The manufacturer name of the device which owns the interface. |
| ownerDeviceSerialNumber | The serial number of the device which owns the interface. |
| moduleManager | The module manager. |