|
DynExp
Highly flexible laboratory automation for dynamically changing experiments.
|
#include <NetworkSpectrometer.h>
Inheritance diagram for DynExpInstr::NetworkSpectrometerConfigurator:Public Types | |
| using | ObjectType = NetworkSpectrometer |
| using | ParamsType = NetworkSpectrometerParams |
Public Types inherited from DynExpInstr::gRPCInstrumentConfigurator< Spectrometer, 0, DynExpProto::NetworkSpectrometer::NetworkSpectrometer > | |
| using | ObjectType = gRPCInstrument< Spectrometer, 0, gRPCStubs... > |
| using | ParamsType = gRPCInstrumentParams< Spectrometer, 0, gRPCStubs... > |
Public Member Functions | |
| NetworkSpectrometerConfigurator ()=default | |
| virtual | ~NetworkSpectrometerConfigurator ()=default |
Public Member Functions inherited from DynExpInstr::gRPCInstrumentConfigurator< Spectrometer, 0, DynExpProto::NetworkSpectrometer::NetworkSpectrometer > | |
| gRPCInstrumentConfigurator ()=default | |
| virtual | ~gRPCInstrumentConfigurator ()=default |
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. | |
Definition at line 195 of file NetworkSpectrometer.h.
Definition at line 198 of file NetworkSpectrometer.h.
Definition at line 199 of file NetworkSpectrometer.h.
|
default |
|
virtualdefault |
|
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.
| ID | ID to assign to the new Object this configurator class instance belongs to |
| Core | Reference to DynExp's core |
Reimplemented from DynExpInstr::gRPCInstrumentConfigurator< Spectrometer, 0, DynExpProto::NetworkSpectrometer::NetworkSpectrometer >.
Definition at line 205 of file NetworkSpectrometer.h.