openDAQ
Open data acquisition platform
GenericUpdateParametersPtrPtr< InterfaceType > Class Template Reference

IUpdateParameters interface provides a set of methods to give user flexibility to load instance configuration. More...

Detailed Description

template<typename InterfaceType>
class GenericUpdateParametersPtrPtr< InterfaceType >

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...
 

Member Function Documentation

◆ getReAddDevicesEnabled()

daq::Bool getReAddDevicesEnabled ( ) const
inline

Returns whether the re-add devices is enabled. If enabled, the devices will be re-added in update process.

Returns
The flag indicating whether the re-add devices is enabled.

The configuration is set from the property ReAddDevices of configuration object.

◆ setReAddDevicesEnabled()

GenericUpdateParametersPtrPtr setReAddDevicesEnabled ( daq::Bool  enabled) const
inline

Sets the re-add devices enabled flag.

Parameters
enabledThe flag indicating whether the re-add devices is enabled.

The configuration is set to the property ReAddDevices of configuration object.