Interface SmartDashboardCommandPutter

All Known Implementing Classes:
MockSmartDashboardCommandPutter, RealSmartDashboardCommandPutter

public interface SmartDashboardCommandPutter
  • Method Details

    • addCommandToSmartDashboard

      void addCommandToSmartDashboard(BaseCommand command)
    • addCommandToSmartDashboard

      void addCommandToSmartDashboard(String label, BaseCommand command)