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.
EventReceiveHandler handler;
bool eventThreadRunning;
std::thread eventThread;
Private Member Function Documentation
Following is the detailed documentation of the private methods declared under the Event: class.
void eventReceiveThread();
Public Member Function Documentation
Following is the detailed documentation of the public methods declared under the Event: class.
Event();
virtual ~Event();
void setEventReceiveCallback(EventReceiveHandler handler);
Updated over 2 years ago