|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlcmtypes.laser_t
public class laser_t
Field Summary | |
---|---|
float |
fov_degrees
|
static int |
LCM_FINGERPRINT
|
int |
nranges
|
float[] |
ranges
|
long |
utime
|
Constructor Summary | |
---|---|
laser_t()
|
|
laser_t(java.io.DataInputStream ins)
|
Method Summary | |
---|---|
laser_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 nranges
public float[] ranges
public float fov_degrees
public static final int LCM_FINGERPRINT
Constructor Detail |
---|
public laser_t()
public laser_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 laser_t copy()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |