DynExp
Highly flexible laboratory automation for dynamically changing experiments.
|
Configurator class for AnalogOut
.
More...
#include <AnalogOut.h>
Public Types | |
using | ObjectType = AnalogOut |
using | ParamsType = AnalogOutParams |
![]() | |
using | ObjectType = OutputPort |
using | ParamsType = OutputPortParams |
![]() | |
using | ObjectType = FunctionGenerator |
using | ParamsType = FunctionGeneratorParams |
![]() | |
using | ObjectType = DataStreamInstrument |
using | ParamsType = DataStreamInstrumentParams |
![]() | |
using | ObjectType = InstrumentBase |
using | ParamsType = InstrumentParamsBase |
![]() | |
using | ObjectType = RunnableObject |
using | ParamsType = RunnableObjectParams |
![]() | |
using | ObjectType = Object |
using | ParamsType = ParamsBase |
Public Member Functions | |
AnalogOutConfigurator ()=default | |
virtual | ~AnalogOutConfigurator ()=0 |
![]() | |
OutputPortConfigurator ()=default | |
virtual | ~OutputPortConfigurator ()=0 |
![]() | |
FunctionGeneratorConfigurator ()=default | |
virtual | ~FunctionGeneratorConfigurator ()=0 |
![]() | |
DataStreamInstrumentConfigurator ()=default | |
virtual | ~DataStreamInstrumentConfigurator ()=0 |
![]() | |
InstrumentConfiguratorBase ()=default | |
virtual | ~InstrumentConfiguratorBase ()=0 |
![]() | |
RunnableObjectConfigurator ()=default | |
virtual | ~RunnableObjectConfigurator ()=0 |
![]() | |
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. | |
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(). | |
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. | |
Configurator class for AnalogOut
.
Definition at line 161 of file AnalogOut.h.
Definition at line 164 of file AnalogOut.h.
Definition at line 165 of file AnalogOut.h.
|
default |
|
pure virtual |
Definition at line 42 of file AnalogOut.cpp.