Project: engagement_recognition License: BSD Dependencies:
Used by:
None |
EventSink Class Reference
Inheritance diagram for EventSink:
Detailed DescriptionThe EventSink class is responsible for providing an interface where Events can be cast and handled appropriately. Definition at line 48 of file event_sink.h. Constructor & Destructor Documentation
Deconstructor for the EventSink class. Definition at line 40 of file event_sink.cpp.
Default constructor for the EventSink object. Definition at line 45 of file event_sink.cpp.
Constructor for the EventSink class, takes a parent EventSink object.
Definition at line 51 of file event_sink.cpp. Member Function Documentation
Method responsible for casting an Event. This function is responsible for casting a single Event which contains additional information associated with it.
Implemented in EngagementHandler, Recognizer, RNode, and State.
Compare the additional data as specified.
Implemented in EngagementHandler, Recognizer, RNode, and State.
Return the parent of this EventSink object.
Definition at line 62 of file event_sink.cpp. Member Data Documentation
Compare the additional data to see if it contains an object. Definition at line 55 of file event_sink.h.
The parent EventSink object. Allows chaining of events. Definition at line 52 of file event_sink.h. The documentation for this class was generated from the following files:
|