Image Component Library (ICL)
|
Utility Structure. More...
#include <PylonUtils.h>
Public Member Functions | |
virtual | ~Interruptable () |
Virtual destructor. More... | |
virtual void | acquisitionStart ()=0 |
starts the acquisition More... | |
virtual void | acquisitionStop ()=0 |
stops the acquisition More... | |
virtual void | grabbingStart ()=0 |
starts grabbing More... | |
virtual void | grabbingStop ()=0 |
stops grabbing More... | |
Utility Structure.
This struct is used to realize easy interruprion of Pylon grabbing processes.
|
inlinevirtual |
Virtual destructor.
|
pure virtual |
starts the acquisition
Implemented in icl::io::pylon::PylonGrabber.
|
pure virtual |
stops the acquisition
Implemented in icl::io::pylon::PylonGrabber.
|
pure virtual |
starts grabbing
Implemented in icl::io::pylon::PylonGrabber.
|
pure virtual |
stops grabbing
Implemented in icl::io::pylon::PylonGrabber.