Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

VisualRoutinesStateNode.cc

Go to the documentation of this file.
00001 #include "VisualRoutinesStateNode.h"
00002 
00003 namespace DualCoding {
00004 
00005 //----------------------------------------------------------------
00006 
00007 void VisualRoutinesStateNode::start() {
00008   if ( !started ) {
00009     startCrew();
00010     StateNode::start();
00011   }
00012 }
00013 
00014 void VisualRoutinesStateNode::stop() {
00015   if ( started ) {
00016     StateNode::stop();
00017     stopCrew();
00018   }
00019 }
00020 
00021 } // namespace

DualCoding 5.1CVS
Generated Mon May 9 04:56:28 2016 by Doxygen 1.6.3