WPILibC++
2019.1.1-beta-1-26-g8be693f
|
The root of the data placed in Shuffleboard. More...
#include <ShuffleboardRoot.h>
Public Member Functions | |
virtual ShuffleboardTab & | GetTab (wpi::StringRef title)=0 |
Gets the tab with the given title, creating it if it does not already exist. More... | |
virtual void | Update ()=0 |
Updates all tabs. | |
virtual void | EnableActuatorWidgets ()=0 |
Enables all widgets in Shuffleboard that offer user control over actuators. | |
virtual void | DisableActuatorWidgets ()=0 |
Disables all widgets in Shuffleboard that offer user control over actuators. | |
The root of the data placed in Shuffleboard.
It contains the tabs, but no data is placed directly in the root.
This class is package-private to minimize API surface area.
|
pure virtual |
Gets the tab with the given title, creating it if it does not already exist.
title | the title of the tab |
Implemented in frc::detail::ShuffleboardInstance.