DynExp
Highly flexible laboratory automation for dynamically changing experiments.
|
Implementation of a module to display images recorded by camera instruments. More...
Go to the source code of this file.
Namespaces | |
namespace | DynExpModule |
DynExp's module namespace contains the implementation of DynExp modules which extend DynExp's core functionality in a modular way. | |
namespace | DynExpModule::ImageViewer |
Typedefs | |
using | DynExpModule::ImageViewer::StateMachineStateType = Util::StateMachineState< StateType(ImageViewer::*)(DynExp::ModuleInstance &)> |
Implementation of a module to display images recorded by camera instruments.
Definition in file ImageViewer.h.
struct DynExpModule::ImageViewer::ImageViewer::AutofocusResultsType |
Definition at line 225 of file ImageViewer.h.
Class Members | ||
---|---|---|
double | FocusVoltage = std::numeric_limits<double>::quiet_NaN() | |
bool | Success = false |
struct DynExpModule::ImageViewer::ImageViewer::AutofocusSampleType |
Definition at line 231 of file ImageViewer.h.
Class Members | ||
---|---|---|
double | Result {} | |
double | Voltage {} |