Project: engagement_recognition License: BSD Dependencies:
Used by:
None |
EventFactory Class Reference
Detailed DescriptionThis class provides a factory method which creates Event objects. It provides methods to create every type of Event. Definition at line 56 of file event_factory.h. Member Function Documentation
Create a CompletedEvent.
Definition at line 72 of file event_factory.cpp.
Create a CycleEvent.
Definition at line 77 of file event_factory.cpp.
Create a FailedEvent.
Definition at line 82 of file event_factory.cpp.
Return the name of the CompletedEvent.
Definition at line 142 of file event_factory.cpp.
Return the name of the CycleEvent.
Definition at line 147 of file event_factory.cpp.
Return the name of the FailedEvent.
Definition at line 152 of file event_factory.cpp.
Return the name of the HumanInitiatedEvent.
Definition at line 157 of file event_factory.cpp.
Return the name of the RobotInitiatedEvent.
Definition at line 162 of file event_factory.cpp.
Return the name of the SharedGazeEvent.
Definition at line 167 of file event_factory.cpp.
Return the name of the SuccessEvent.
Definition at line 172 of file event_factory.cpp.
Create a HumanInitiatedEvent.
Definition at line 87 of file event_factory.cpp.
Determine if this event is a CompletedEvent.
Definition at line 107 of file event_factory.cpp.
Determine if this event is a CycleEvent.
Definition at line 112 of file event_factory.cpp.
Determine if this event is a FailedEvent.
Definition at line 117 of file event_factory.cpp.
Determine if this event is a HumanInitiatedEvent.
Definition at line 122 of file event_factory.cpp.
Determine if this event is a RobotInitiatedEvent.
Definition at line 127 of file event_factory.cpp.
Determine if this event is a SharedGazeEvent.
Definition at line 132 of file event_factory.cpp.
Determine if this event is a SuccessEvent.
Definition at line 137 of file event_factory.cpp.
Create a RobotInitiatedEvent.
Definition at line 92 of file event_factory.cpp.
Create a SharedGazeEvent.
Definition at line 97 of file event_factory.cpp.
Create a SuccessEvent.
Definition at line 102 of file event_factory.cpp.
The documentation for this class was generated from the following files:
|