|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlcmtypes.waypoint_t
public class waypoint_t
Field Summary | |
---|---|
static int |
LCM_FINGERPRINT
|
double |
radius
|
int |
seqno
|
long |
utime
|
double |
x
|
double |
y
|
Constructor Summary | |
---|---|
waypoint_t()
|
|
waypoint_t(java.io.DataInputStream ins)
|
Method Summary | |
---|---|
waypoint_t |
copy()
|
int |
decode(java.io.DataInputStream ins)
|
int |
encode(java.io.DataOutputStream outs)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public long utime
public int seqno
public double x
public double y
public double radius
public static final int LCM_FINGERPRINT
Constructor Detail |
---|
public waypoint_t()
public waypoint_t(java.io.DataInputStream ins) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public int encode(java.io.DataOutputStream outs) throws java.io.IOException
encode
in interface LCEncodable
java.io.IOException
public int decode(java.io.DataInputStream ins) throws java.io.IOException
java.io.IOException
public waypoint_t copy()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |