Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
TimeOutTrans Class Referencecauses a transition after a specified amount of time has passed More...
Inheritance diagram for TimeOutTrans:
Detailed Descriptioncauses a transition after a specified amount of time has passed If 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 13 of file TimeOutTrans.h.
Constructor & Destructor Documentation
constructor, specify delay in milliseconds Definition at line 16 of file TimeOutTrans.h.
constructor, specify delay in milliseconds Definition at line 21 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 26 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 31 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 36 of file TimeOutTrans.h. Member Function Documentation
if we receive the timer event, fire() Reimplemented from BehaviorBase. Reimplemented in LostTargetTrans. Definition at line 58 of file TimeOutTrans.h.
resets timer Reimplemented in LostTargetTrans. Definition at line 52 of file TimeOutTrans.h. Referenced by doEvent(), and postStart(). Member Data Documentation
amount to delay (in milliseconds) before transition Definition at line 68 of file TimeOutTrans.h. Referenced by resetTimer().
the event generator to listen for Definition at line 73 of file TimeOutTrans.h. Referenced by postStart().
level of specificity of events to listen for Definition at line 71 of file TimeOutTrans.h. Referenced by postStart(). The documentation for this class was generated from the following file: |
Tekkotsu v5.1CVS |
Generated Mon May 9 04:59:17 2016 by Doxygen 1.6.3 |