Class PARTsSubsystem

java.lang.Object
edu.wpi.first.wpilibj2.command.SubsystemBase
org.parts3492.partslib.command.PARTsSubsystem
All Implemented Interfaces:
edu.wpi.first.util.sendable.Sendable, edu.wpi.first.wpilibj2.command.Subsystem, IPARTsSubsystem

public abstract class PARTsSubsystem extends edu.wpi.first.wpilibj2.command.SubsystemBase implements IPARTsSubsystem
  • Field Details

  • Constructor Details

    • PARTsSubsystem

      public PARTsSubsystem()
      Creates a new PARTsSubsystem.

      Comes with a PARTsNT generic instance.

    • PARTsSubsystem

      public PARTsSubsystem(Object o)
      Creates a new PARTsSubsystem.

      Comes with a PARTsNT instance based on the given class.

    • PARTsSubsystem

      public PARTsSubsystem(String className)
      Creates a new PARTsSubsystem.

      Comes with a PARTsNT instance based on the given class name.