DynExp
Highly flexible laboratory automation for dynamically changing experiments.
NetworkDataStreamInstrumentModule.h File Reference

Implementation of a gRPC server module to provide remote access to a data stream instrument meta instrument. More...

Go to the source code of this file.

Classes

class  DynExpModule::NetworkDataStreamInstrumentData< gRPCServices >
 
class  DynExpModule::NetworkDataStreamInstrumentParams< gRPCServices >
 
class  DynExpModule::NetworkDataStreamInstrumentConfigurator< gRPCServices >
 
class  DynExpModule::NetworkDataStreamInstrumentT< gRPCServices >
 
class  DynExpModule::NetworkDataStreamInstrumentT< gRPCServices >::CallDataGetStreamInfo
 
class  DynExpModule::NetworkDataStreamInstrumentT< gRPCServices >::CallDataRead
 
class  DynExpModule::NetworkDataStreamInstrumentT< gRPCServices >::CallDataWrite
 
class  DynExpModule::NetworkDataStreamInstrumentT< gRPCServices >::CallDataClearData
 
class  DynExpModule::NetworkDataStreamInstrumentT< gRPCServices >::CallDataStart
 
class  DynExpModule::NetworkDataStreamInstrumentT< gRPCServices >::CallDataStop
 
class  DynExpModule::NetworkDataStreamInstrumentT< gRPCServices >::CallDataRestart
 
class  DynExpModule::NetworkDataStreamInstrumentT< gRPCServices >::CallDataGetStreamSize
 
class  DynExpModule::NetworkDataStreamInstrumentT< gRPCServices >::CallDataSetStreamSize
 
class  DynExpModule::NetworkDataStreamInstrumentT< gRPCServices >::CallDataResetStreamSize
 
class  DynExpModule::NetworkDataStreamInstrumentT< gRPCServices >::CallDataHasFinished
 
class  DynExpModule::NetworkDataStreamInstrumentT< gRPCServices >::CallDataIsRunning
 

Namespaces

 DynExpModule
 DynExp's module namespace contains the implementation of DynExp modules which extend DynExp's core functionality in a modular way.
 

Typedefs

using DynExpModule::NetworkDataStreamInstrument = NetworkDataStreamInstrumentT< DynExpProto::NetworkDataStreamInstrument::NetworkDataStreamInstrument >
 Explicit instantiation of derivable class NetworkDataStreamInstrumentT to create the network data stream module. More...
 

Detailed Description

Implementation of a gRPC server module to provide remote access to a data stream instrument meta instrument.

Definition in file NetworkDataStreamInstrumentModule.h.