|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlcmtypes.canbus_t
public class canbus_t
Field Summary | |
---|---|
byte[] |
data
|
static int |
LCM_FINGERPRINT
|
int |
len
|
long |
utime_can
|
long |
utime_host
|
long |
utime_send
|
Constructor Summary | |
---|---|
canbus_t()
|
|
canbus_t(java.io.DataInputStream ins)
|
Method Summary | |
---|---|
canbus_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_can
public long utime_host
public long utime_send
public int len
public byte[] data
public static final int LCM_FINGERPRINT
Constructor Detail |
---|
public canbus_t()
public canbus_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 canbus_t copy()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |