Event Library - Class List

Following is the description of classes presented in the Event Library.

Event:

Private Attributes

Private Methods

Public Methods

Private Member Data Documentation

Following is the detailed documentation of the private variables declared under the Event: class.

handler

EventReceiveHandler handler;

eventThreadRunning

bool eventThreadRunning;

eventThread

std::thread eventThread;

Private Member Function Documentation

Following is the detailed documentation of the private methods declared under the Event: class.

eventReceiveThread

void eventReceiveThread();

Public Member Function Documentation

Following is the detailed documentation of the public methods declared under the Event: class.

Event

Event();

~Event

virtual ~Event();

setEventReceiveCallback

void setEventReceiveCallback(EventReceiveHandler handler);