IUpdateParameters interface provides a set of methods to give user flexibility to load instance configuration. More...
IUpdateParameters interface provides a set of methods to give user flexibility to load instance configuration.
Public Member Functions | |
daq::Bool | getReAddDevicesEnabled () const |
Returns whether the re-add devices is enabled. If enabled, the devices will be re-added in update process. More... | |
GenericUpdateParametersPtrPtr | setReAddDevicesEnabled (daq::Bool enabled) const |
Sets the re-add devices enabled flag. More... | |
|
inline |
Returns whether the re-add devices is enabled. If enabled, the devices will be re-added in update process.
The configuration is set from the property ReAddDevices
of configuration object.
|
inline |
Sets the re-add devices enabled flag.
enabled | The flag indicating whether the re-add devices is enabled. |
The configuration is set to the property ReAddDevices
of configuration object.