Project: engagement_recognition License: BSD Dependencies:
Used by:
None |
BackchannelRecognizer Class Reference
Inheritance diagram for BackchannelRecognizer:
Detailed DescriptionThe BackchannelRecognizer provides the concrete implementation for the backchannel recognizer. Which is responsible for detecting a backchannel connection event that is initiated by either an Actor or the Robot. Definition at line 48 of file backchannel_recognizer.h. Constructor & Destructor Documentation
Default constructor for BackchannelRecognizer. Definition at line 40 of file backchannel_recognizer.cpp.
Constructor for BackchannelRecognizer which takes an Actor, and an EventSink.
Definition at line 62 of file backchannel_recognizer.cpp. Member Function Documentation
Initialize this Recognizer.
Reimplemented from Recognizer. Definition at line 84 of file backchannel_recognizer.cpp.
Transition into a new state based on an event.
Implements Recognizer. Definition at line 92 of file backchannel_recognizer.cpp.
Static method that gives the type of this State.
Definition at line 151 of file backchannel_recognizer.cpp. Member Data Documentation
Publish the human backchannel message. Definition at line 52 of file backchannel_recognizer.h. The documentation for this class was generated from the following files:
|