All Packages Class Hierarchy This Package Previous Next Index
Class EDU.gatech.cc.is.communication.LongMessage
java.lang.Object
|
+----EDU.gatech.cc.is.communication.Message
|
+----EDU.gatech.cc.is.communication.LongMessage
- public class LongMessage
- extends Message
- implements Cloneable, Serializable
A message containing a long communicated to/from a robot.
Copyright
(c)1998 Tucker Balch
- Version:
- $Revision: 1.2 $
- Author:
- Tucker Balch
-
val
- the long to send.
-
LongMessage()
- create a LongMessage with default value.
-
LongMessage(long)
- create a LongMessage with specified value.
-
main(String[])
- test the LongMessage class.
-
paramString()
- return a printable String representation of the LongMessage.
val
public long val
- the long to send.
LongMessage
public LongMessage()
- create a LongMessage with default value.
LongMessage
public LongMessage(long v)
- create a LongMessage with specified value.
- Parameters:
- v - long, the long to send.
paramString
public String paramString()
- return a printable String representation of the LongMessage.
- Returns:
- the String representation
- Overrides:
- paramString in class Message
main
public static void main(String args[])
- test the LongMessage class.
All Packages Class Hierarchy This Package Previous Next Index