lcmtypes
Class splinter_odometry_t
java.lang.Object
lcmtypes.splinter_odometry_t
- All Implemented Interfaces:
- LCEncodable
public class splinter_odometry_t
- extends java.lang.Object
- implements LCEncodable
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
utime
public long utime
leftVelocity
public double leftVelocity
rightVelocity
public double rightVelocity
LCM_FINGERPRINT
public static final int LCM_FINGERPRINT
- See Also:
- Constant Field Values
splinter_odometry_t
public splinter_odometry_t()
splinter_odometry_t
public splinter_odometry_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 splinter_odometry_t copy()