Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

Representations/Motion/MotorCommands.cpp

Go to the documentation of this file.
00001 /**
00002  * @file MotorCommands.cpp
00003  *
00004  * Implementation of class MotorCommands.
00005  */
00006 
00007 #include "MotorCommands.h"
00008 
00009 MotorCommands::MotorCommands()
00010 {
00011 }
00012 
00013 MotorCommands::~MotorCommands()
00014 {
00015 }
00016 
00017 In& operator>>(In& stream,MotorCommands& motorCommands)
00018 {
00019   stream.read(&motorCommands,sizeof(MotorCommands));
00020   return stream;
00021 }

Generated on Mon Mar 20 22:00:02 2006 for GT2005 by doxygen 1.3.6