wpilib.shuffleboard Package

wpilib.shuffleboard functions

BuiltInLayouts(value)

The types of layouts bundled with Shuffleboard.

BuiltInWidgets(value)

The types of the widgets bundled with Shuffleboard.

ComplexWidget(parent, title, sendable)

A Shuffleboard widget that handles a Sendable object such as a motor controller or sensor.

LayoutType(layoutName)

Represents the type of a layout in Shuffleboard.

Shuffleboard

The Shuffleboard class provides a mechanism with which data can be added and laid out in the Shuffleboard dashboard application from a robot program.

ShuffleboardComponentBase

A shim class to allow storing ShuffleboardComponents in arrays.

ShuffleboardContainer

Common interface for objects that can contain shuffleboard components.

ShuffleboardEventImportance(value)

Members:

ShuffleboardLayout(parent, name, type)

A layout in a Shuffleboard tab.

ShuffleboardTab(root, title)

Represents a tab in the Shuffleboard dashboard.

ShuffleboardValue

SimpleWidget(parent, title)

A Shuffleboard widget that handles a single data point such as a number or string.

SuppliedBoolListValueWidget

SuppliedBoolValueWidget

SuppliedDoubleListValueWidget

SuppliedDoubleValueWidget

SuppliedFloatListValueWidget

SuppliedFloatValueWidget

SuppliedIntListValueWidget

SuppliedIntegerValueWidget

SuppliedRawValueWidget

SuppliedStringListValueWidget

SuppliedStringValueWidget

WidgetType(widgetName)

Represents the type of a widget in Shuffleboard.