WPILibC++  2019.1.1-beta-1-31-g81d10bc
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
frc::detail::ShuffleboardInstance Class Referencefinal
Inheritance diagram for frc::detail::ShuffleboardInstance:
frc::ShuffleboardRoot

Public Member Functions

 ShuffleboardInstance (nt::NetworkTableInstance ntInstance)
 
frc::ShuffleboardTabGetTab (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.
 

Member Function Documentation

frc::ShuffleboardTab& frc::detail::ShuffleboardInstance::GetTab ( wpi::StringRef  title)
overridevirtual

Gets the tab with the given title, creating it if it does not already exist.

Parameters
titlethe title of the tab
Returns
the tab with the given title

Implements frc::ShuffleboardRoot.


The documentation for this class was generated from the following file: