Package org.team1126.lib.util.command
Class DummySubsystem
java.lang.Object
org.team1126.lib.util.command.DummySubsystem
- All Implemented Interfaces:
edu.wpi.first.wpilibj2.command.Subsystem
public final class DummySubsystem
extends Object
implements edu.wpi.first.wpilibj2.command.Subsystem
A dummy subsystem. Intended to be used as a secondary mutex for the command scheduler.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface edu.wpi.first.wpilibj2.command.Subsystem
defer, getCurrentCommand, getDefaultCommand, getName, idle, periodic, register, removeDefaultCommand, run, runEnd, runOnce, setDefaultCommand, simulationPeriodic, startEnd, startRun
-
Constructor Details
-
DummySubsystem
public DummySubsystem()
-