|
DynExp
Highly flexible laboratory automation for dynamically changing experiments.
|
Defines a meta instrument for a single analog output port to write a data stream consisting of analog values to. More...
Go to the source code of this file.
Classes | |
| class | DynExpInstr::AnalogOutTasks::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::AnalogOutTasks::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::AnalogOutTasks::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::AnalogOutData |
Data class for AnalogOut. More... | |
| class | DynExpInstr::AnalogOutParams |
Parameter class for AnalogOut. More... | |
| class | DynExpInstr::AnalogOutConfigurator |
Configurator class for AnalogOut. More... | |
| class | DynExpInstr::AnalogOut |
| Meta instrument for a single analog output port based on the data stream, function generator, and generic output port meta instruments. More... | |
Namespaces | |
| namespace | DynExpInstr |
| DynExp's instrument namespace contains the implementation of DynExp instruments which extend DynExp's core functionality in a modular way. | |
| namespace | DynExpInstr::AnalogOutTasks |
Tasks for AnalogOut. | |
Defines a meta instrument for a single analog output port to write a data stream consisting of analog values to.
Definition in file AnalogOut.h.