3 #include "BaseController.h"
4 #include "ScopeDefines.h"
10 namespace parameters {
13 class ScopeMultiImage;
14 typedef std::shared_ptr<ScopeMultiImage> ScopeMultiImagePtr;
15 class ScopeMultiImageResonanceSW;
16 typedef std::shared_ptr<ScopeMultiImageResonanceSW> ScopeMultiImageResonanceSWPtr;
17 enum ControllerReturnStatus;
The master parameters class.
StorageController(StorageController &other)
disable copy
Message with tag and cargo for SyncQueues between controllers.
StorageController::Impl *const Pimpl() const
The StorageController controls the conversion of multi images to TIFF and the storage of those...
The implementation class of the StorageController.
A synchronized, thread-safe queue was modeled after ringbuffer example from boost?! and/or a Herb Sutter column?!
Base class for all controllers.
StorageController & operator=(StorageController &other)
disable assignment