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

Representations/Perception/SpecialVisionRequest.cpp

Go to the documentation of this file.
00001 /**
00002  * @file SpecialVisionRequest.cpp
00003  * 
00004  *
00005  * Implementation of class SpecialVisionRequest
00006  * 
00007  * @author Matthias Juengel
00008   */ 
00009 
00010 #include "SpecialVisionRequest.h"
00011 
00012 SpecialVisionRequest::SpecialVisionRequest() :
00013 specialVisionRequest(none)
00014 {
00015 
00016 }
00017 
00018 SpecialVisionRequest::~SpecialVisionRequest()
00019 {
00020 }
00021 
00022 
00023 In& operator>>(In& stream,SpecialVisionRequest& specialVisionRequest)
00024 {
00025   stream.read(&specialVisionRequest,sizeof(SpecialVisionRequest));
00026   return stream;
00027 }
00028 
00029 Out& operator<<(Out& stream,const SpecialVisionRequest& specialVisionRequest)
00030 {
00031   stream.write(&specialVisionRequest,sizeof(SpecialVisionRequest));
00032   return stream;
00033 }
00034 
00035 
00036 /*
00037  * Change log :
00038  * 
00039  * $Log: SpecialVisionRequest.cpp,v $
00040  * Revision 1.1.1.1  2004/05/22 17:26:03  cvsadm
00041  * created new repository GT2004_WM
00042  *
00043  * Revision 1.1  2003/10/07 10:09:36  cvsadm
00044  * Created GT2004 (M.J.)
00045  *
00046  * Revision 1.1.1.1  2003/07/02 09:40:22  cvsadm
00047  * created new repository for the competitions in Padova from the 
00048  * tamara CVS (Tuesday 2:00 pm)
00049  *
00050  * removed unused solutions
00051  *
00052  * Revision 1.1  2002/09/10 15:26:40  cvsadm
00053  * Created new project GT2003 (M.L.)
00054  * - Cleaned up the /Src/DataTypes directory
00055  * - Removed Challenge Code
00056  * - Removed processing of incoming audio data
00057  * - Renamed AcousticMessage to SoundRequest
00058  *
00059  * Revision 1.2  2002/06/22 00:33:32  loetzsch
00060  * set the request to none in the constructor
00061  *
00062  * Revision 1.1  2002/05/10 17:40:26  juengel
00063  * Added SpecialVision and SpecialPercept.
00064  *
00065  *
00066  */

Generated on Thu Sep 23 19:57:36 2004 for GT2004 by doxygen 1.3.6