mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
[commands] Enhance Command Sendable implementations (#4822)
This commit is contained in:
@@ -40,6 +40,8 @@ class WaitCommand : public CommandHelper<CommandBase, WaitCommand> {
|
||||
|
||||
bool RunsWhenDisabled() const override;
|
||||
|
||||
void InitSendable(wpi::SendableBuilder& builder) override;
|
||||
|
||||
protected:
|
||||
frc::Timer m_timer;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user