12 #include "frc/shuffleboard/ShuffleboardRoot.h"
13 #include "frc/shuffleboard/ShuffleboardTab.h"
33 std::unique_ptr<Impl> m_impl;
WPILib FRC namespace.
Definition: SPIAccelerometerSim.h:18
Definition: ShuffleboardInstance.h:18
NetworkTables Instance.
Definition: NetworkTableInstance.h:53
frc::ShuffleboardTab & GetTab(wpi::StringRef title) override
Gets the tab with the given title, creating it if it does not already exist.
The root of the data placed in Shuffleboard.
Definition: ShuffleboardRoot.h:22
void EnableActuatorWidgets() override
Enables all widgets in Shuffleboard that offer user control over actuators.
void DisableActuatorWidgets() override
Disables all widgets in Shuffleboard that offer user control over actuators.
void Update() override
Updates all tabs.
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