Zebra Bioptic Color Camera SDK For Linux
1.0.0-17
Main Page
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
v
w
z
~
Functions
a
c
d
e
f
g
h
i
l
m
n
r
s
t
v
w
z
~
Variables
a
b
c
g
i
m
p
s
v
w
Enumerations
Enumerator
Files
File List
•
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
22
class
ImageEventSubscriber
{
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
monochrome_sdk
include
image_event_subscriber.h
Generated by
1.8.18