|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--EDU.gatech.cc.is.communication.Message
|
+--EDU.gatech.cc.is.communication.PositionMessage
Position messages communicated to/from a robot. Sends a Vec2.
Copyright (c)1998 Tucker Balch
| Field Summary | |
Vec2 |
val
the position of the sender in global coordinates. |
| Fields inherited from class EDU.gatech.cc.is.communication.Message |
BROADCAST,
MULTICAST,
receivers,
sender,
type,
UNICAST |
| Constructor Summary | |
PositionMessage(Vec2 p)
create a position message. |
|
| Methods inherited from class EDU.gatech.cc.is.communication.Message |
clone,
main,
paramString,
toString |
| Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Field Detail |
public Vec2 val
| Constructor Detail |
public PositionMessage(Vec2 p)
p - Vec2, a position.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||