Zebra Bioptic Color Camera SDK For Linux  1.0.0-17
All Classes Functions Variables Enumerations Enumerator
image_event_subscriber.h
1 /*
2  * Author: (c)2020 Zebra Technologies Corp. and/or affiliates. All rights reserved.
3  * Created on March 30, 2020
4  */
5 
6 /*
7  * File: image_event_subscriber.h
8  * Contains the definition of the ImageEventSubscriber class.
9  */
10 
11 
12 #ifndef EVENT_REGISTRATION_INTERFACE_H
13 #define EVENT_REGISTRATION_INTERFACE_H
14 
15 #include "image_event.h"
16 
23 
24 public:
25 
33  virtual void RecieveImageEvents(ImageCreationEvent *image_creation_event) = 0;
34 
35 };
36 
37 #endif /* EVENT_REGISTRATION_INTERFACE_H */
38 
ImageEventSubscriber::RecieveImageEvents
virtual void RecieveImageEvents(ImageCreationEvent *image_creation_event)=0
ImageEventSubscriber
Definition: image_event_subscriber.h:22