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

Provides common events for inter-module communication. Also refer to DynExp::InterModuleEventBase. More...

Go to the source code of this file.

Classes

class  DynExpModule::StartEvent
 This event is intended to make the receiver either directly start an action (like a measurement) or to prepare the receiver to await a trigger event (TriggerEvent) which starts the action. More...
 
class  DynExpModule::StopEvent
 This event is intended to make the receiver stop an action (like a measurement). More...
 
class  DynExpModule::TriggerEvent
 This event is intended to make the receiver start an action (like a measurement) after it received a start event (StartEvent). More...
 

Namespaces

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

Detailed Description

Provides common events for inter-module communication. Also refer to DynExp::InterModuleEventBase.

Definition in file CommonModuleEvents.h.