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

Variable Index

 o val
the long to send.

Constructor Index

 o LongMessage()
create a LongMessage with default value.
 o LongMessage(long)
create a LongMessage with specified value.

Method Index

 o main(String[])
test the LongMessage class.
 o paramString()
return a printable String representation of the LongMessage.

Variables

 o val
 public long val
the long to send.

Constructors

 o LongMessage
 public LongMessage()
create a LongMessage with default value.

 o LongMessage
 public LongMessage(long v)
create a LongMessage with specified value.

Parameters:
v - long, the long to send.

Methods

 o paramString
 public String paramString()
return a printable String representation of the LongMessage.

Returns:
the String representation
Overrides:
paramString in class Message
 o main
 public static void main(String args[])
test the LongMessage class.


All Packages  Class Hierarchy  This Package  Previous  Next  Index