public final class NetTableController extends GenericHID
| Modifier and Type | Class and Description |
|---|---|
class |
NetTableController.NetTableAxis
The Class NetTableAxis.
|
class |
NetTableController.NetTableButton
The Class NetTableButton.
|
| Modifier and Type | Field and Description |
|---|---|
private ITable |
m_table
The m_table.
|
m_axes, m_btns, m_numAxes, m_numBtns| Constructor and Description |
|---|
NetTableController(java.lang.String name)
Create a NetworkJoystick Instance.
|
NetTableController(java.lang.String name,
int numAxes,
int numBtns)
Create a NetworkJoystick Instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
disableModule()
Disable the module
|
void |
enableModule()
Enable the module
|
boolean |
getModuleEnabled() |
addAxisButton, addButton, checkAxis, checkButton, getAxis, getButton, getPOV, getRawAxis, getRawButton, setAxis, setAxisDeadband, setAxisInverted, setButtonprivate final ITable m_table
public NetTableController(java.lang.String name)
name - Name of the Joystick in the RoboLibBot/Joystick Tablepublic NetTableController(java.lang.String name,
int numAxes,
int numBtns)
name - Name of the Joystick in the RoboLibBot/Joystick TablenumAxes - Number of Axes to add to the JoysticknumBtns - Number of Buttons to add to the Joystick