mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
[command] Rename PerpetualCommand to EndlessCommand (#4177)
This commit is contained in:
@@ -28,8 +28,11 @@ namespace frc2 {
|
||||
* component commands.
|
||||
*
|
||||
* This class is provided by the NewCommands VendorDep
|
||||
*
|
||||
* @deprecated replace with EndlessCommand
|
||||
*/
|
||||
class PerpetualCommand : public CommandHelper<CommandBase, PerpetualCommand> {
|
||||
class WPI_DEPRECATED("Replace with EndlessCommand") PerpetualCommand
|
||||
: public CommandHelper<CommandBase, PerpetualCommand> {
|
||||
public:
|
||||
/**
|
||||
* Creates a new PerpetualCommand. Will run another command in perpetuity,
|
||||
|
||||
Reference in New Issue
Block a user