DynExp
Highly flexible laboratory automation for dynamically changing experiments.
DynExp::SerialCommunicationHardwareAdapterConfigurator Class Referenceabstract

Configurator class for SerialCommunicationHardwareAdapter. More...

+ Inheritance diagram for DynExp::SerialCommunicationHardwareAdapterConfigurator:

Public Types

using ObjectType = SerialCommunicationHardwareAdapter
 
using ParamsType = SerialCommunicationHardwareAdapterParams
 
- Public Types inherited from DynExp::HardwareAdapterConfiguratorBase
using ObjectType = HardwareAdapterBase
 
using ParamsType = HardwareAdapterParamsBase
 
- Public Types inherited from DynExp::ConfiguratorBase
using ObjectType = Object
 
using ParamsType = ParamsBase
 

Public Member Functions

 SerialCommunicationHardwareAdapterConfigurator ()=default
 
virtual ~SerialCommunicationHardwareAdapterConfigurator ()=0
 
- Public Member Functions inherited from DynExp::HardwareAdapterConfiguratorBase
 HardwareAdapterConfiguratorBase ()=default
 
virtual ~HardwareAdapterConfiguratorBase ()=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...
 

Detailed Description

Configurator class for SerialCommunicationHardwareAdapter.

Definition at line 247 of file HardwareAdapter.h.

Member Typedef Documentation

◆ ObjectType

◆ ParamsType

Constructor & Destructor Documentation

◆ SerialCommunicationHardwareAdapterConfigurator()

DynExp::SerialCommunicationHardwareAdapterConfigurator::SerialCommunicationHardwareAdapterConfigurator ( )
default

◆ ~SerialCommunicationHardwareAdapterConfigurator()

DynExp::SerialCommunicationHardwareAdapterConfigurator::~SerialCommunicationHardwareAdapterConfigurator ( )
pure virtual

Definition at line 132 of file HardwareAdapter.cpp.


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