3 #include "ScopeController.h"
36 DBOUT(L
"ScopeController::RunLive()");
38 return ControllerReturnStatus::finished;
Main controller of microscope hardware and acquisition, also interface to the GUI.
Thread-safe lock-free bool to signal a requested stop to the worker function currently executed in th...
void Start()
Starts live scanning by running RunLive asynchronously.
#define DBOUT(s)
A debug output to the debug console.
The implementation class of the ScopeController.
ControllerReturnStatus Run(StopCondition *const sc)
Worker function to control live scanning (basically only starting everything up)