WPILibC++
2019.1.1-beta-1-11-g761933a
|
Public Member Functions | |
ShuffleboardInstance (nt::NetworkTableInstance ntInstance) | |
frc::ShuffleboardTab & | GetTab (wpi::StringRef title) override |
Gets the tab with the given title, creating it if it does not already exist. More... | |
void | Update () override |
Updates all tabs. | |
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. | |
|
overridevirtual |
Gets the tab with the given title, creating it if it does not already exist.
title | the title of the tab |
Implements frc::ShuffleboardRoot.