Class TorqueInputModule

java.lang.Object
org.texastorque.torquelib.base.TorqueInputModule

@Deprecated(forRemoval=true) public abstract class TorqueInputModule extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
No longer used in new project structure.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    final void
    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
    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
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    abstract void
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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.