ProgrammierMethodik 2002 - RoboCup

Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

RCSeeEvent.java

Go to the documentation of this file.
00001 /*
00002  * $Id: RCSeeEvent_8java-source.html,v 1.2 2002/07/07 20:59:52 stork Exp $
00003  *
00004  * $Log: RCSeeEvent_8java-source.html,v $
00004  * Revision 1.2  2002/07/07 20:59:52  stork
00004  * update dokumenation
00004  *
00005  * Revision 1.2  2002/06/27 20:26:40  stork
00006  * add + update dokumentation
00007  *
00008  * Revision 1.1.1.1  2002/05/21 20:32:05  stork
00009  * empty project
00010  *
00011  */
00012 
00013 /*
00014  * This class  represents the server see message in the programm.
00015  */
00016 public class RCSeeEvent extends RCEvent {
00018   public int TimeStamp;
00019   public int Object;
00020   public String TypePosition;
00021   public double Distance;
00022   public double Direction;
00023   public double DistChange;
00024   public double DirChange;
00025   public double HeadFaceDir;
00026   public double BodyFaceDir;
00027   public String TeamName;
00028   public int UniformNumber;
00029   public int FirstLocation;
00030   public int SecondLocation;
00031   public int ThirdLocation;
00032   public boolean Boundary;
00033   public boolean Goalie;
00034   public int Number;
00035 }
00036 

(c) Copyright by Gruppe 1 :
  • Frederik Transier
  • Motitz Ritter
  • Oliver Strassburger
  • Sven Stork