Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
TimeOutTrans Class Reference#include <TimeOutTrans.h>
Inheritance diagram for TimeOutTrans:
![]() Detailed Descriptioncauses a transition after a specified amount of time has passedIf any event parameters are specified, this transition will listen for matching events, and if any are received, it will reset the timer Definition at line 12 of file TimeOutTrans.h.
Constructor & Destructor Documentation
constructor, specify delay in milliseconds, if any events matching given parameters are received, the timer will be reset
Definition at line 20 of file TimeOutTrans.h.
constructor, specify delay in milliseconds, if any events matching given parameters are received, the timer will be reset
Definition at line 25 of file TimeOutTrans.h.
constructor, specify delay in milliseconds, if any events matching given parameters are received, the timer will be reset
Definition at line 30 of file TimeOutTrans.h.
constructor, specify delay in milliseconds - use assignment in your subclass's constructor if you want set egid,esid,etid (don't forget eventargcount!)
Definition at line 68 of file TimeOutTrans.h.
Member Function Documentation
starts timer
Reimplemented from BehaviorBase. Reimplemented in LostTargetTrans. Definition at line 35 of file TimeOutTrans.h. Referenced by LostTargetTrans::DoStart().
resets timer
Reimplemented in LostTargetTrans. Definition at line 52 of file TimeOutTrans.h. Referenced by DoStart(), processEvent(), and LostTargetTrans::resetTimer().
if we receive the timer event, fire()
Reimplemented from BehaviorBase. Reimplemented in LostTargetTrans. Definition at line 58 of file TimeOutTrans.h. Referenced by LostTargetTrans::processEvent().
Member Data Documentation
amount to delay (in milliseconds) before transition
Definition at line 73 of file TimeOutTrans.h. Referenced by resetTimer().
level of specificity of events to listen for
Definition at line 76 of file TimeOutTrans.h. Referenced by DoStart().
the event generator to listen for
Definition at line 78 of file TimeOutTrans.h. Referenced by DoStart().
The documentation for this class was generated from the following file: |
Tekkotsu v4.0 |
Generated Thu Nov 22 00:58:44 2007 by Doxygen 1.5.4 |