All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class EDU.gatech.cc.is.communication.PositionMessage

java.lang.Object
   |
   +----EDU.gatech.cc.is.communication.Message
           |
           +----EDU.gatech.cc.is.communication.PositionMessage

public class PositionMessage
extends Message
implements Cloneable, Serializable
Position messages communicated to/from a robot. Sends a Vec2.

Copyright (c)1998 Tucker Balch

Version:
$Revision: 1.4 $
Author:
Tucker Balch

Variable Index

 o val
the position of the sender in global coordinates.

Constructor Index

 o PositionMessage(Vec2)
create a position message.

Variables

 o val
 public Vec2 val
the position of the sender in global coordinates.

Constructors

 o PositionMessage
 public PositionMessage(Vec2 p)
create a position message.

Parameters:
p - Vec2, a position.

All Packages  Class Hierarchy  This Package  Previous  Next  Index