10 #include <wpi/StringRef.h>
14 class ShuffleboardTab;
virtual void Update()=0
Updates all tabs.
virtual ShuffleboardTab & GetTab(wpi::StringRef title)=0
Gets the tab with the given title, creating it if it does not already exist.
virtual void EnableActuatorWidgets()=0
Enables all widgets in Shuffleboard that offer user control over actuators.
The root of the data placed in Shuffleboard.
Definition: ShuffleboardRoot.h:22
virtual void SelectTab(int index)=0
Selects the tab in the dashboard with the given index in the range [0..n-1], where n is the number of...
StringRef - Represent a constant reference to a string, i.e.
Definition: StringRef.h:49
Represents a tab in the Shuffleboard dashboard.
Definition: ShuffleboardTab.h:28
A class that enforces constraints on the differential drive kinematics.
Definition: SPIAccelerometerSim.h:16
virtual void DisableActuatorWidgets()=0
Disables all widgets in Shuffleboard that offer user control over actuators.