10 #include <wpi/StringRef.h>
12 #include "frc/shuffleboard/ShuffleboardInstance.h"
16 class ShuffleboardTab;
111 #include "frc/shuffleboard/ShuffleboardTab.h"
WPILib FRC namespace.
Definition: SPIAccelerometerSim.h:18
Definition: ShuffleboardInstance.h:18
The Shuffleboard class provides a mechanism with which data can be added and laid out in the Shuffleb...
Definition: Shuffleboard.h:58
static void Update()
Updates all the values in Shuffleboard.
static void DisableActuatorWidgets()
Disables user control of widgets containing actuators.
static ShuffleboardTab & GetTab(wpi::StringRef title)
Gets the Shuffleboard tab with the given title, creating it if it does not already exist...
Represents a tab in the Shuffleboard dashboard.
Definition: ShuffleboardTab.h:29
static void EnableActuatorWidgets()
Enables user control of widgets containing actuators: speed controllers, relays, etc.
StringRef - Represent a constant reference to a string, i.e.
Definition: StringRef.h:49
static constexpr const char * kBaseTableName
The name of the base NetworkTable into which all Shuffleboard data will be added. ...
Definition: Shuffleboard.h:64