ProgrammierMethodik 2002 - RoboCup

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

RCPlayerTypeEvent.java

Go to the documentation of this file.
00001 /*
00002  * $Id: RCPlayerTypeEvent_8java-source.html,v 1.2 2002/07/07 20:59:52 stork Exp $
00003  *
00004  * $Log: RCPlayerTypeEvent_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 
00016 public class RCPlayerTypeEvent extends RCEvent {
00018     public int id;
00019     public double player_speed_max;
00020     public double stamina_inc_max;
00021     public double player_decay;
00022     public double inertia_moment;
00023     public double dash_power_rate;
00024     public double player_size;
00025     public double kicakable_margin;
00026     public double kick_rand;
00027     public double extra_stamina;
00028     public double effort_max;
00029     public double effort_min;
00030 }
00031 

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