Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
MotionCommand.ccGo to the documentation of this file.00001 #include "MotionCommand.h" 00002 #include "Events/EventTranslator.h" 00003 #include "Events/EventRouter.h" 00004 #include <iostream> 00005 00006 using namespace std; 00007 00008 void MotionCommand::postEvent(const EventBase& event) { 00009 if(queue==NULL) { 00010 erouter->postEvent(event.clone()); 00011 } else { 00012 queue->encodeEvent(event); 00013 } 00014 } 00015 00016 00017 00018 /*! @file 00019 * @brief Empty 00020 * @author ejt (Creator) 00021 * 00022 * $Author: ejt $ 00023 * $Name: tekkotsu-2_4_1 $ 00024 * $Revision: 1.4 $ 00025 * $State: Exp $ 00026 * $Date: 2005/06/29 22:04:51 $ 00027 */ 00028 |
Tekkotsu v2.4.1 |
Generated Tue Aug 16 16:32:47 2005 by Doxygen 1.4.4 |