Package org.parts3492.partslib.command
Interface IPARTsSubsystem
- All Superinterfaces:
edu.wpi.first.util.sendable.Sendable,edu.wpi.first.wpilibj2.command.Subsystem
- All Known Implementing Classes:
PARTsSubsystem
public interface IPARTsSubsystem
extends edu.wpi.first.wpilibj2.command.Subsystem, edu.wpi.first.util.sendable.Sendable
-
Method Summary
Methods 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
-
Method Details
-
outputTelemetry
void outputTelemetry() -
stop
void stop() -
reset
void reset() -
log
void log()
-