lcmtypes
Class orcpad_controls_t
java.lang.Object
lcmtypes.orcpad_controls_t
- All Implemented Interfaces:
- LCEncodable
public class orcpad_controls_t
- extends java.lang.Object
- implements LCEncodable
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
joy_x
public float joy_x
joy_y
public float joy_y
in_menu
public short in_menu
button_counts
public short[] button_counts
LCM_FINGERPRINT
public static final int LCM_FINGERPRINT
- See Also:
- Constant Field Values
orcpad_controls_t
public orcpad_controls_t()
orcpad_controls_t
public orcpad_controls_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 orcpad_controls_t copy()