16class ShuffleboardRoot;
32 void BuildInto(std::shared_ptr<nt::NetworkTable> parentTable,
33 std::shared_ptr<nt::NetworkTable> metaTable)
override;
Common interface for objects that can contain shuffleboard components.
Definition ShuffleboardContainer.h:42
The root of the data placed in Shuffleboard.
Definition ShuffleboardRoot.h:19
Represents a tab in the Shuffleboard dashboard.
Definition ShuffleboardTab.h:26
ShuffleboardRoot & GetRoot()
void BuildInto(std::shared_ptr< nt::NetworkTable > parentTable, std::shared_ptr< nt::NetworkTable > metaTable) override
Builds the entries for this value.
ShuffleboardTab(ShuffleboardRoot &root, std::string_view title)