DynExp
Highly flexible laboratory automation for dynamically changing experiments.
DynExpModule::ImageViewer::FinishedAutofocusEvent Class Reference
+ Inheritance diagram for DynExpModule::ImageViewer::FinishedAutofocusEvent:

Public Member Functions

 FinishedAutofocusEvent (bool Success, double Voltage=.0)
 
virtual ~FinishedAutofocusEvent ()
 
- Public Member Functions inherited from DynExp::InterModuleEvent< FinishedAutofocusEvent, bool, double >
 InterModuleEvent ()=default
 
virtual ~InterModuleEvent ()
 
- Public Member Functions inherited from DynExp::InterModuleEventBase
 InterModuleEventBase ()=default
 
virtual ~InterModuleEventBase ()=0
 
- Public Member Functions inherited from DynExp::EventBase
 EventBase ()=default
 
virtual ~EventBase ()=0
 
void Invoke (ModuleInstance &Instance) const
 Invokes the event passing the receiving module's instance reference to it. More...
 

Private Member Functions

virtual void InvokeWithParamsChild (DynExp::ModuleInstance &Instance, EventListenersType::EventFunctionType EventFunc) const override
 

Private Attributes

const bool Success
 
const double Voltage
 

Additional Inherited Members

- Public Types inherited from DynExp::InterModuleEvent< FinishedAutofocusEvent, bool, double >
using EventListenersType = TypedEventListeners< EventFuncArgs... >
 Type of the manager of event listeners, which relates event listeners (instances of ModuleBase) to their event functions. The event functions expect EventFuncArgs as further arguments. More...
 
- Static Public Member Functions inherited from DynExp::InterModuleEvent< FinishedAutofocusEvent, bool, double >
static void Register (const ModuleBase &Listener, CallableT EventFunc)
 Registers/Subscribes module Listener to the event with the event function EventFunc. Indirectly calls ModuleBase::AddRegisteredEvent(). More...
 
static void Deregister (const ModuleBase &Listener)
 Deregisters/unsubscribes module Listener from the event. Indirectly calls ModuleBase::RemoveRegisteredEvent(). More...
 

Detailed Description

Definition at line 70 of file ImageViewerEvents.h.

Constructor & Destructor Documentation

◆ FinishedAutofocusEvent()

DynExpModule::ImageViewer::FinishedAutofocusEvent::FinishedAutofocusEvent ( bool  Success,
double  Voltage = .0 
)
inline

Definition at line 73 of file ImageViewerEvents.h.

◆ ~FinishedAutofocusEvent()

virtual DynExpModule::ImageViewer::FinishedAutofocusEvent::~FinishedAutofocusEvent ( )
inlinevirtual

Definition at line 74 of file ImageViewerEvents.h.

Member Function Documentation

◆ InvokeWithParamsChild()

void DynExpModule::ImageViewer::FinishedAutofocusEvent::InvokeWithParamsChild ( DynExp::ModuleInstance Instance,
EventListenersType::EventFunctionType  EventFunc 
) const
overrideprivatevirtual

Definition at line 33 of file ImageViewerEvents.cpp.

Member Data Documentation

◆ Success

const bool DynExpModule::ImageViewer::FinishedAutofocusEvent::Success
private

Definition at line 79 of file ImageViewerEvents.h.

◆ Voltage

const double DynExpModule::ImageViewer::FinishedAutofocusEvent::Voltage
private

Definition at line 80 of file ImageViewerEvents.h.


The documentation for this class was generated from the following files: