Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

NullTrans Class Reference

a transition that occurs (via a 1 msec Timer event) as soon as the source node finishes starting up More...

#include <NullTrans.h>

Inheritance diagram for NullTrans:

Detailed Description

a transition that occurs (via a 1 msec Timer event) as soon as the source node finishes starting up

Definition at line 10 of file NullTrans.h.

List of all members.

Public Member Functions

 NullTrans (StateNode *destination)
 constructor
 NullTrans (const std::string &name, StateNode *destination)
 constructor
virtual void preStart ()
 starts 1 msec timer, so transition will occur very soon
virtual void doEvent ()
 when timer event is received, fire() the transition

Constructor & Destructor Documentation

NullTrans::NullTrans ( StateNode destination  ) 

constructor

Definition at line 13 of file NullTrans.h.

NullTrans::NullTrans ( const std::string &  name,
StateNode destination 
)

constructor

Definition at line 16 of file NullTrans.h.


Member Function Documentation

virtual void NullTrans::doEvent (  )  [virtual]

when timer event is received, fire() the transition

Reimplemented from BehaviorBase.

Definition at line 26 of file NullTrans.h.

virtual void NullTrans::preStart (  )  [virtual]

starts 1 msec timer, so transition will occur very soon

Reimplemented from BehaviorBase.

Definition at line 20 of file NullTrans.h.


The documentation for this class was generated from the following file:

Tekkotsu v5.1CVS
Generated Mon May 9 04:59:13 2016 by Doxygen 1.6.3