DynExp
Highly flexible laboratory automation for dynamically changing experiments.
DynExpInstr::NIDAQAnalogInConfigurator Class Reference
+ Inheritance diagram for DynExpInstr::NIDAQAnalogInConfigurator:

Public Types

using ObjectType = NIDAQAnalogIn
 
using ParamsType = NIDAQAnalogInParams
 
- Public Types inherited from DynExpInstr::AnalogInConfigurator
using ObjectType = AnalogIn
 
using ParamsType = AnalogInParams
 
- Public Types inherited from DynExpInstr::InputPortConfigurator
using ObjectType = InputPort
 
using ParamsType = InputPortParams
 
- Public Types inherited from DynExpInstr::DataStreamInstrumentConfigurator
using ObjectType = DataStreamInstrument
 
using ParamsType = DataStreamInstrumentParams
 
- Public Types inherited from DynExp::InstrumentConfiguratorBase
using ObjectType = InstrumentBase
 
using ParamsType = InstrumentParamsBase
 
- Public Types inherited from DynExp::RunnableObjectConfigurator
using ObjectType = RunnableObject
 
using ParamsType = RunnableObjectParams
 
- Public Types inherited from DynExp::ConfiguratorBase
using ObjectType = Object
 
using ParamsType = ParamsBase
 

Public Member Functions

 NIDAQAnalogInConfigurator ()=default
 
virtual ~NIDAQAnalogInConfigurator ()=default
 
- Public Member Functions inherited from DynExpInstr::AnalogInConfigurator
 AnalogInConfigurator ()=default
 
virtual ~AnalogInConfigurator ()=0
 
- Public Member Functions inherited from DynExpInstr::InputPortConfigurator
 InputPortConfigurator ()=default
 
virtual ~InputPortConfigurator ()=0
 
- Public Member Functions inherited from DynExpInstr::DataStreamInstrumentConfigurator
 DataStreamInstrumentConfigurator ()=default
 
virtual ~DataStreamInstrumentConfigurator ()=0
 
- Public Member Functions inherited from DynExp::InstrumentConfiguratorBase
 InstrumentConfiguratorBase ()=default
 
virtual ~InstrumentConfiguratorBase ()=0
 
- Public Member Functions inherited from DynExp::RunnableObjectConfigurator
 RunnableObjectConfigurator ()=default
 
virtual ~RunnableObjectConfigurator ()=0
 
- Public Member Functions inherited from DynExp::ConfiguratorBase
 ConfiguratorBase ()=default
 
virtual ~ConfiguratorBase ()=0
 
ParamsBasePtrType MakeConfigFromDialog (ItemIDType ID, const DynExpCore &Core, QWidget *const DialogParent) const
 Sets up and displays a configuration dialog. The user input is used to create an instance of the related Object's parameter class. More...
 
ParamsBasePtrType MakeConfigFromXML (ItemIDType ID, const DynExpCore &Core, const QDomElement &XMLElement) const
 Retrieves the configuration from an XML node to create an instance of the related Object's parameter class. Refer to ParamsBase::ConfigFromXM(). More...
 
UpdateConfigFromDialogResult UpdateConfigFromDialog (Object *Obj, const DynExpCore &Core, QWidget *const DialogParent) const
 Updates an Object's Obj parameters from a configuration dialog. Sets up and displays this dialog. More...
 

Private Member Functions

virtual DynExp::ParamsBasePtrType MakeParams (DynExp::ItemIDType ID, const DynExp::DynExpCore &Core) const override
 Override to make derived classes call DynExp::MakeParams with the correct configurator type derived from ConfiguratorBase. This lets this factory function create an instance of the correct parameter class. More...
 

Detailed Description

Definition at line 116 of file NIDAQAnalogIn.h.

Member Typedef Documentation

◆ ObjectType

◆ ParamsType

Constructor & Destructor Documentation

◆ NIDAQAnalogInConfigurator()

DynExpInstr::NIDAQAnalogInConfigurator::NIDAQAnalogInConfigurator ( )
default

◆ ~NIDAQAnalogInConfigurator()

virtual DynExpInstr::NIDAQAnalogInConfigurator::~NIDAQAnalogInConfigurator ( )
virtualdefault

Member Function Documentation

◆ MakeParams()

virtual DynExp::ParamsBasePtrType DynExpInstr::NIDAQAnalogInConfigurator::MakeParams ( DynExp::ItemIDType  ID,
const DynExp::DynExpCore Core 
) const
inlineoverrideprivatevirtual

Override to make derived classes call DynExp::MakeParams with the correct configurator type derived from ConfiguratorBase. This lets this factory function create an instance of the correct parameter class.

Parameters
IDID to assign to the new Object this configurator class instance belongs to
CoreReference to DynExp's core
Returns
Pointer to the created parameter class instance

Implements DynExp::ConfiguratorBase.

Definition at line 126 of file NIDAQAnalogIn.h.


The documentation for this class was generated from the following file: