Package org.parts3492.partslib.command
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 Summary
FieldsModifier and TypeFieldDescriptionprotected PARTsLoggerprotected PARTsNTprotected PARTsPreferences -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new PARTsSubsystem.Creates a new PARTsSubsystem.PARTsSubsystem(String className) Creates a new PARTsSubsystem. -
Method Summary
Methods inherited from class edu.wpi.first.wpilibj2.command.SubsystemBase
addChild, getName, getSubsystem, initSendable, setName, setSubsystemMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.parts3492.partslib.command.IPARTsSubsystem
log, outputTelemetry, reset, stopMethods inherited from interface edu.wpi.first.util.sendable.Sendable
initSendableMethods inherited from interface edu.wpi.first.wpilibj2.command.Subsystem
defer, getCurrentCommand, getDefaultCommand, getName, idle, periodic, register, removeDefaultCommand, run, runEnd, runOnce, setDefaultCommand, simulationPeriodic, startEnd, startRun
-
Field Details
-
partsNT
-
partsLogger
-
partsPrefrences
-
-
Constructor Details
-
PARTsSubsystem
public PARTsSubsystem()Creates a new PARTsSubsystem.Comes with a PARTsNT generic instance.
-
PARTsSubsystem
Creates a new PARTsSubsystem.Comes with a PARTsNT instance based on the given class.
-
PARTsSubsystem
Creates a new PARTsSubsystem.Comes with a PARTsNT instance based on the given class name.
-