Zebra Bioptic Color Camera SDK For Linux
1.0.0-17
|
#include <directory_observer.h>
Public Member Functions | |
virtual void | StartObserving (ImageEventSubscriber *subscriber)=0 |
virtual void | StopObserving ()=0 |
virtual void | NotifyImageEvent ()=0 |
virtual ImageCreationEvent * | TriggerTowerPlatterImageEvent ()=0 |
Pure abstract class (interface class) DirectoryObserver User could create a data type with the implementation of ImageCreationObserver class in the client project to start stop the mass storage and receive the image creation events.
|
pure virtual |
Updates the image event to the subscriber whenever the image creation event is occurred.
|
pure virtual |
To start observing the mass storage. Expects a pointer to ImageEventSubscriber class. In order to create initiate the object that user has to create own class and implements ImageEventSubscriber class.
subscriber | instance of the type of ImageEventSubscriber class. |
|
pure virtual |
Stops observing the directory.
|
pure virtual |
Returns newly created tower platter images as an image event.