To view stable releases, visit Version History.
Bleeding-edge documentation can be found on the staging server: http://tekkotsu.no-ip.org/
To check out latest: cvs -d :pserver:anonymous@cvs.tekkotsu.org:/cvs checkout -P Tekkotsu/Behaviors
More help can be found on the Tekkotsu CVS Usage page.
check erouter before using it in destructor -- tools may skip initializing erouter, don't want static behaviors (i.e. DualCoding crew) to crap out unnecessarily
Added a triggeredBy() method to StateNode. Added a new fire(const EventBase&)
method to Transition to pass the triggering event to the target nodes'
triggeredBy() methods.