2 #include "PipelineController.h"
3 #include "PipelineController_p.h"
12 DBOUT(L
"PipelineController::PipelineController");
15 PipelineController::~PipelineController() {
16 DBOUT(L
"PipelineController::~PipelineController");
The master parameters class.
void SetScannerVector(const uint32_t &_area, ScannerVectorFrameBasicPtr _sv)
Sets a scanner vector.
The PipelineController controls everything from pixels to complete images, i.e.
void SetScannerVector(const uint32_t &_area, ScannerVectorFrameBasicPtr _sv)
Sets the pointers to the scanner vector.
PipelineController(PipelineController &other)
disable copy
Impl *const Pimpl() const
This is the include file for standard system include files, or project specific include files that ar...
#define DBOUT(s)
A debug output to the debug console.
The implementation class of the PipelineController.
A synchronized, thread-safe queue was modeled after ringbuffer example from boost?! and/or a Herb Sutter column?!
Base class for all controllers.