#include <image_event_subscriber.h>
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.
◆ 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_event | instance of ImageCreationEvent class. |
The documentation for this class was generated from the following file: