TriggeredEventHandler Class Reference
TriggeredEventHandler is a subclass of EventHandler for events that occur when some condition is satisfied within the system.
More...
#include <EventHandler.h>
List of all members.
Detailed Description
TriggeredEventHandler is a subclass of EventHandler for events that occur when some condition is satisfied within the system.
This is implemented by means of an "event trigger function". For any State, the handler must be able to calculate the value of the function. When it passes through 0, that indicates the event has occurred. You can also customize when the event is triggered, for example to specify that it is only triggered when the function goes from negative to positive, not when it goes from positive to negative.
Constructor & Destructor Documentation
Construct a new TriggeredEventHandler.
- Parameters:
-
| requiredStage | the stage at which the trigger function will be evaluated |
Member Function Documentation
Stage getRequiredStage |
( |
|
) |
const |
Get the stage at which the trigger function will be evaluated.
Get an EventTriggerInfo object which can be used to customize when the event occurs.
virtual Real getValue |
( |
const State & |
|
) |
const [pure virtual] |
Get the value of the event trigger function for a State.
The documentation for this class was generated from the following file: