Package xbot.common.command
Interface SmartDashboardCommandPutter
- All Known Implementing Classes:
MockSmartDashboardCommandPutter
,RealSmartDashboardCommandPutter
public interface SmartDashboardCommandPutter
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addCommandToSmartDashboard
(String label, BaseCommand command) void
addCommandToSmartDashboard
(BaseCommand command)
-
Method Details
-
addCommandToSmartDashboard
-
addCommandToSmartDashboard
-