Package org.texastorque.torquelib.base
Class TorqueInputModule
java.lang.Object
org.texastorque.torquelib.base.TorqueInputModule
Deprecated, for removal: This API element is subject to removal in a future version.
No longer used in new project structure.
-
Constructor Summary
ConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionfinal void
block()
Deprecated, for removal: This API element is subject to removal in a future version.final boolean
Deprecated, for removal: This API element is subject to removal in a future version.protected void
reset()
Deprecated, for removal: This API element is subject to removal in a future version.final void
run()
Deprecated, for removal: This API element is subject to removal in a future version.void
Deprecated, for removal: This API element is subject to removal in a future version.final void
unblock()
Deprecated, for removal: This API element is subject to removal in a future version.abstract void
update()
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
TorqueInputModule
public TorqueInputModule()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
block
public final void block()Deprecated, for removal: This API element is subject to removal in a future version. -
unblock
public final void unblock()Deprecated, for removal: This API element is subject to removal in a future version. -
isBlocked
public final boolean isBlocked()Deprecated, for removal: This API element is subject to removal in a future version. -
update
public abstract void update()Deprecated, for removal: This API element is subject to removal in a future version. -
reset
protected void reset()Deprecated, for removal: This API element is subject to removal in a future version. -
smartDashboard
public void smartDashboard()Deprecated, for removal: This API element is subject to removal in a future version. -
run
public final void run()Deprecated, for removal: This API element is subject to removal in a future version.
-