| 
    DynExp
    
   Highly flexible laboratory automation for dynamically changing experiments. 
   | 
 
#include <NetworkAnalogOutInstr.h>
 Inheritance diagram for DynExpInstr::NetworkAnalogOutConfigurator< BaseInstr,, gRPCStubs >:Public Types | |
| using | ObjectType = NetworkAnalogOutT< BaseInstr, 0, gRPCStubs... > | 
| using | ParamsType = NetworkAnalogOutParams< BaseInstr, 0, gRPCStubs... > | 
  Public Types inherited from DynExpInstr::NetworkDataStreamInstrumentConfigurator< BaseInstr, 0, gRPCStubs... > | |
| using | ObjectType = NetworkDataStreamInstrumentT< BaseInstr, 0, gRPCStubs... > | 
| using | ParamsType = NetworkDataStreamInstrumentParams< BaseInstr, 0, gRPCStubs... > | 
  Public Types inherited from DynExpInstr::gRPCInstrumentConfigurator< BaseInstr, 0, gRPCStubs... > | |
| using | ObjectType = gRPCInstrument< BaseInstr, 0, gRPCStubs... > | 
| using | ParamsType = gRPCInstrumentParams< BaseInstr, 0, gRPCStubs... > | 
Public Member Functions | |
| NetworkAnalogOutConfigurator ()=default | |
| virtual | ~NetworkAnalogOutConfigurator ()=default | 
  Public Member Functions inherited from DynExpInstr::NetworkDataStreamInstrumentConfigurator< BaseInstr, 0, gRPCStubs... > | |
| NetworkDataStreamInstrumentConfigurator ()=default | |
| virtual | ~NetworkDataStreamInstrumentConfigurator ()=default | 
  Public Member Functions inherited from DynExpInstr::gRPCInstrumentConfigurator< BaseInstr, 0, gRPCStubs... > | |
| 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 154 of file NetworkAnalogOutInstr.h.
| using DynExpInstr::NetworkAnalogOutConfigurator< BaseInstr,, gRPCStubs >::ObjectType = NetworkAnalogOutT<BaseInstr, 0, gRPCStubs...> | 
Definition at line 157 of file NetworkAnalogOutInstr.h.
| using DynExpInstr::NetworkAnalogOutConfigurator< BaseInstr,, gRPCStubs >::ParamsType = NetworkAnalogOutParams<BaseInstr, 0, gRPCStubs...> | 
Definition at line 158 of file NetworkAnalogOutInstr.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::NetworkDataStreamInstrumentConfigurator< BaseInstr, 0, gRPCStubs... >.
Definition at line 164 of file NetworkAnalogOutInstr.h.