12 #include <networktables/NetworkTable.h>
13 #include <wpi/StringRef.h>
15 #include "frc/shuffleboard/ShuffleboardContainer.h"
16 #include "frc/smartdashboard/Sendable.h"
20 class ShuffleboardRoot;
35 void BuildInto(std::shared_ptr<nt::NetworkTable> parentTable,
36 std::shared_ptr<nt::NetworkTable> metaTable)
override;
WPILib FRC namespace.
Definition: SPIAccelerometerSim.h:18
void BuildInto(std::shared_ptr< nt::NetworkTable > parentTable, std::shared_ptr< nt::NetworkTable > metaTable) override
Builds the entries for this value.
The root of the data placed in Shuffleboard.
Definition: ShuffleboardRoot.h:22
Represents a tab in the Shuffleboard dashboard.
Definition: ShuffleboardTab.h:29
StringRef - Represent a constant reference to a string, i.e.
Definition: StringRef.h:49
Common interface for objects that can contain shuffleboard components.
Definition: ShuffleboardContainer.h:37