Zebra Bioptic Color Camera SDK For Linux  1.0.0-17
All Classes Functions Variables Enumerations Enumerator
ImageEventSubscriber Class Referenceabstract

#include <image_event_subscriber.h>

Public Member Functions

virtual void RecieveImageEvents (ImageCreationEvent *image_creation_event)=0
 

Detailed Description

Pure abstract class ImageEventSubscriber has no implementation given in the library. Expectation is to implement the class according to the needs of the library by the user.

Member Function Documentation

◆ RecieveImageEvents()

virtual void ImageEventSubscriber::RecieveImageEvents ( ImageCreationEvent *  image_creation_event)
pure virtual

Can use this pure virtual method to receive image events that are provided as an object of ImageCreationEvent class. Which contains tower image and platter image as strings and the timestamp that contains the time of the image event in milliseconds.

Parameters
image_creation_eventinstance of ImageCreationEvent class.

The documentation for this class was generated from the following file: