lcmtypes
Class nmea_t
java.lang.Object
lcmtypes.nmea_t
- All Implemented Interfaces:
- LCEncodable
public class nmea_t
- extends java.lang.Object
- implements LCEncodable
Constructor Summary |
nmea_t()
|
nmea_t(java.io.DataInputStream ins)
|
Method Summary |
nmea_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 |
utime
public long utime
nmea
public java.lang.String nmea
LCM_FINGERPRINT
public static final int LCM_FINGERPRINT
- See Also:
- Constant Field Values
nmea_t
public nmea_t()
nmea_t
public nmea_t(java.io.DataInputStream ins)
throws java.io.IOException
- Throws:
java.io.IOException
encode
public int encode(java.io.DataOutputStream outs)
throws java.io.IOException
- Specified by:
encode
in interface LCEncodable
- Throws:
java.io.IOException
decode
public int decode(java.io.DataInputStream ins)
throws java.io.IOException
- Throws:
java.io.IOException
copy
public nmea_t copy()