|
DynExp
Highly flexible laboratory automation for dynamically changing experiments.
|
Provides common events for inter-module communication. Also refer to DynExp::InterModuleEventBase. More...
Go to the source code of this file.
Classes | |
| class | DynExpModule::FinishedEvent |
This event signals that an action (like a measurement) started by a TriggerEvent has been completed. More... | |
| class | DynExpModule::SetFilenameEvent |
| This event tells the receiver where to store e.g. acquired data. More... | |
| class | DynExpModule::StartEvent |
This event is intended to make the receiver prepare an action (like a measurement) that is started when the receiver receives a subsequent trigger event (TriggerEvent). 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 | |
| namespace | DynExpModule |
| DynExp's module namespace contains the implementation of DynExp modules which extend DynExp's core functionality in a modular way. | |
Provides common events for inter-module communication. Also refer to DynExp::InterModuleEventBase.
Definition in file CommonModuleEvents.h.