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

Defines a generic output port meta instrument which is used to extract data from a data stream and to write the data to hardware. More...

Go to the source code of this file.

Classes

class  DynExpInstr::OutputPortTasks::InitTask
 Defines a task for initializing an instrument within an instrument inheritance hierarchy. Each instrument (indirectly) derived from class InstrumentBase must be accompanied by an initialization task class derived from InitTaskBase. Even if the task does not do anything, at least it has to call InitTaskBase::InitFuncImpl() of the derived instrument's initialization task class. More...
 
class  DynExpInstr::OutputPortTasks::ExitTask
 Defines a task for deinitializing an instrument within an instrument inheritance hierarchy. Each instrument (indirectly) derived from class InstrumentBase must be accompanied by a deinitialization task class derived from ExitTaskBase. Even if the task does not do anything, at least it has to call ExitTaskBase::ExitFuncImpl() of the derived instrument's deinitialization task class. More...
 
class  DynExpInstr::OutputPortTasks::UpdateTask
 Defines a task for updating an instrument within an instrument inheritance hierarchy. Each instrument (indirectly) derived from class InstrumentBase must be accompanied by an update task class derived from UpdateTaskBase. Even if the task does not do anything, at least it has to call UpdateTaskBase::UpdateFuncImpl() of the derived instrument's update task class. More...
 
class  DynExpInstr::OutputPortTasks::ResetBufferSizeTask
 Task to reset the size of the related data stream instrument's stream to the result of OutputPort::GetStreamSizeParams(). More...
 
class  DynExpInstr::OutputPortData
 Data class for OutputPort. More...
 
class  DynExpInstr::OutputPortParams
 Parameter class for OutputPort. More...
 
class  DynExpInstr::OutputPortConfigurator
 Configurator class for OutputPort. More...
 
class  DynExpInstr::OutputPort
 Generic output port meta instrument based on the data stream and function generator meta instruments to extract data from a data stream and to write the data to hardware. More...
 

Namespaces

 DynExpInstr
 DynExp's instrument namespace contains the implementation of DynExp instruments which extend DynExp's core functionality in a modular way.
 
 DynExpInstr::OutputPortTasks
 Tasks for OutputPort.
 

Detailed Description

Defines a generic output port meta instrument which is used to extract data from a data stream and to write the data to hardware.

Definition in file OutputPort.h.