Package org.texastorque.torquelib.base


package org.texastorque.torquelib.base
Texas Torque base classes and boilerplate. This package contains essential abstract classes and boilerplate used in Texas Torque robot projects. The framework provides the following classes: - TorqueInput - TorqueInputModule (EOL) - TorqueIterative (deprecated) - TorqueSubsystem - TorqueSubsystemState
  • Class
    Description
    An enum to represent a three state representation of a direction with a quick multiplier.
    Input base class.
    Deprecated, for removal: This API element is subject to removal in a future version.
    No longer used in new project structure.
    An enum to describe the state of the robot.
    A replacment for TorqueIterative.
    Subsystem template.