Package com.ctre.phoenix6.wpiutils
Class ReplayAutoEnable
java.lang.Object
com.ctre.phoenix6.wpiutils.ReplayAutoEnable
- All Implemented Interfaces:
AutoCloseable
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()static ReplayAutoEnablevoidstart()Starts automatically enabling the robot in replay.voidstop()Stops automatically enabling the robot in replay.
-
Method Details
-
getInstance
-
start
Starts automatically enabling the robot in replay. -
stop
Stops automatically enabling the robot in replay. The replay enable will only be stopped when all actuators have requested to stop the replay enable. -
close
- Specified by:
closein interfaceAutoCloseable
-