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

Implementation of the inter-module communicator instrument to exchange events in between DynExp modules. More...

Go to the source code of this file.

Classes

class  DynExpInstr::InterModuleCommunicatorTasks::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::InterModuleCommunicatorTasks::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::InterModuleCommunicatorTasks::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::InterModuleCommunicatorData
 Data class for InterModuleCommunicator. More...
 
class  DynExpInstr::InterModuleCommunicatorParams
 Parameter class for InterModuleCommunicator. More...
 
class  DynExpInstr::InterModuleCommunicatorConfigurator
 Configurator class for InterModuleCommunicator. More...
 
class  DynExpInstr::InterModuleCommunicator
 Defines an inter-module communicator instrument to exchange events in between DynExp modules. Modules can make use of an instance of this instrument. If any of the modules using this instance post an event, the event becomes enqueued in the event queues of all other modules also using this InterModuleCommunicator instance. More...
 

Namespaces

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

Detailed Description

Implementation of the inter-module communicator instrument to exchange events in between DynExp modules.

Definition in file InterModuleCommunicator.h.