Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
VisualRoutinesBehavior.ccGo to the documentation of this file.00001 #include "VisualRoutinesBehavior.h" 00002 00003 namespace DualCoding { 00004 00005 //---------------------------------------------------------------- 00006 00007 void VisualRoutinesBehavior::start() { 00008 if ( !started ) { 00009 startCrew(); 00010 BehaviorBase::start(); 00011 } 00012 } 00013 00014 void VisualRoutinesBehavior::stop() { 00015 if ( started ) { 00016 BehaviorBase::stop(); 00017 stopCrew(); 00018 } 00019 } 00020 00021 } // namespace |
DualCoding 5.1CVS |
Generated Mon May 9 04:56:28 2016 by Doxygen 1.6.3 |