Homepage Demos Overview Downloads Tutorials Reference
Credits
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Namespace Members | Compound Members | File Members | Related Pages | Search

Transition.cc

Go to the documentation of this file.
00001 #include "Transition.h"
00002 #include "StateNode.h"
00003 
00004 void Transition::activate() {
00005   src->DoStop();
00006   dst->DoStart();
00007 }
00008 
00009 /*! @file
00010  * @brief Implements Transition, represents a transition between StateNodes.
00011  * @author ejt (Creator)
00012  *
00013  * $Author: ejt $
00014  * $Name: tekkotsu-1_4_1 $
00015  * $Revision: 1.1 $
00016  * $State: Exp $
00017  * $Date: 2003/03/01 20:53:26 $
00018  */
00019 

Tekkotsu v1.4
Generated Sat Jul 19 00:06:32 2003 by Doxygen 1.3.2