mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-27 02:01:42 +00:00
committed by
Peter Johnson
parent
2da26c0579
commit
aa0a874ad0
@@ -28,6 +28,7 @@ class Subsystem : public ErrorBase, public NamedSendable {
|
||||
Command* GetDefaultCommand();
|
||||
void SetCurrentCommand(Command* command);
|
||||
Command* GetCurrentCommand() const;
|
||||
virtual void Periodic();
|
||||
virtual void InitDefaultCommand();
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user