10 #include <wpi/StringRef.h>
14 class ShuffleboardTab;
WPILib FRC namespace.
Definition: SPIAccelerometerSim.h:18
virtual void DisableActuatorWidgets()=0
Disables all widgets in Shuffleboard that offer user control over actuators.
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
Represents a tab in the Shuffleboard dashboard.
Definition: ShuffleboardTab.h:29
StringRef - Represent a constant reference to a string, i.e.
Definition: StringRef.h:49
virtual void Update()=0
Updates all tabs.