DynExp
Highly flexible laboratory automation for dynamically changing experiments.
|
Configurator class for DigitalIn
.
More...
#include <DigitalIn.h>
Public Types | |
using | ObjectType = DigitalIn |
using | ParamsType = DigitalInParams |
![]() | |
using | ObjectType = InputPort |
using | ParamsType = InputPortParams |
![]() | |
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 | |
DigitalInConfigurator ()=default | |
virtual | ~DigitalInConfigurator ()=0 |
![]() | |
InputPortConfigurator ()=default | |
virtual | ~InputPortConfigurator ()=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 DigitalIn
.
Definition at line 121 of file DigitalIn.h.
Definition at line 124 of file DigitalIn.h.
Definition at line 125 of file DigitalIn.h.
|
default |
|
pure virtual |
Definition at line 41 of file DigitalIn.cpp.