DynExp
Highly flexible laboratory automation for dynamically changing experiments.
DynExpModule::NetworkDigitalOutConfigurator< gRPCServices > Class Template Reference
+ Inheritance diagram for DynExpModule::NetworkDigitalOutConfigurator< gRPCServices >:

Public Types

using ObjectType = NetworkDigitalOutT< gRPCServices... >
 
using ParamsType = NetworkDigitalOutParams< gRPCServices... >
 
- Public Types inherited from DynExpModule::NetworkDataStreamInstrumentConfigurator< gRPCServices... >
using ObjectType = NetworkDataStreamInstrumentT< gRPCServices... >
 
using ParamsType = NetworkDataStreamInstrumentParams< gRPCServices... >
 
- Public Types inherited from DynExpModule::gRPCModuleConfigurator< gRPCServices... >
using ObjectType = gRPCModule< gRPCServices... >
 
using ParamsType = gRPCModuleParams< gRPCServices... >
 
- Public Types inherited from DynExp::ModuleConfiguratorBase
using ObjectType = ModuleBase
 
using ParamsType = ModuleParamsBase
 
- 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

 NetworkDigitalOutConfigurator ()=default
 
virtual ~NetworkDigitalOutConfigurator ()=default
 
- Public Member Functions inherited from DynExpModule::NetworkDataStreamInstrumentConfigurator< gRPCServices... >
 NetworkDataStreamInstrumentConfigurator ()=default
 
virtual ~NetworkDataStreamInstrumentConfigurator ()=default
 
- Public Member Functions inherited from DynExpModule::gRPCModuleConfigurator< gRPCServices... >
 gRPCModuleConfigurator ()=default
 
virtual ~gRPCModuleConfigurator ()=default
 
- Public Member Functions inherited from DynExp::ModuleConfiguratorBase
 ModuleConfiguratorBase ()=default
 
virtual ~ModuleConfiguratorBase ()=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

template<typename... gRPCServices>
class DynExpModule::NetworkDigitalOutConfigurator< gRPCServices >

Definition at line 57 of file NetworkDigitalOutModule.h.

Member Typedef Documentation

◆ ObjectType

template<typename... gRPCServices>
using DynExpModule::NetworkDigitalOutConfigurator< gRPCServices >::ObjectType = NetworkDigitalOutT<gRPCServices...>

Definition at line 60 of file NetworkDigitalOutModule.h.

◆ ParamsType

template<typename... gRPCServices>
using DynExpModule::NetworkDigitalOutConfigurator< gRPCServices >::ParamsType = NetworkDigitalOutParams<gRPCServices...>

Definition at line 61 of file NetworkDigitalOutModule.h.

Constructor & Destructor Documentation

◆ NetworkDigitalOutConfigurator()

template<typename... gRPCServices>
DynExpModule::NetworkDigitalOutConfigurator< gRPCServices >::NetworkDigitalOutConfigurator ( )
default

◆ ~NetworkDigitalOutConfigurator()

template<typename... gRPCServices>
virtual DynExpModule::NetworkDigitalOutConfigurator< gRPCServices >::~NetworkDigitalOutConfigurator ( )
virtualdefault

Member Function Documentation

◆ MakeParams()

template<typename... gRPCServices>
virtual DynExp::ParamsBasePtrType DynExpModule::NetworkDigitalOutConfigurator< gRPCServices >::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

Reimplemented from DynExpModule::NetworkDataStreamInstrumentConfigurator< gRPCServices... >.

Definition at line 67 of file NetworkDigitalOutModule.h.


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