12 #include <networktables/NetworkTable.h>
13 #include <wpi/Twine.h>
15 #include "frc/shuffleboard/ShuffleboardComponent.h"
16 #include "frc/shuffleboard/ShuffleboardContainer.h"
17 #include "frc/smartdashboard/Sendable.h"
31 void BuildInto(std::shared_ptr<nt::NetworkTable> parentTable,
32 std::shared_ptr<nt::NetworkTable> metaTable)
override;
WPILib FRC namespace.
Definition: SPIAccelerometerSim.h:18
A layout in a Shuffleboard tab.
Definition: ShuffleboardLayout.h:25
A generic component in Shuffleboard.
Definition: ShuffleboardComponent.h:30
Twine - A lightweight data structure for efficiently representing the concatenation of temporary valu...
Definition: Twine.h:79
Common interface for objects that can contain shuffleboard components.
Definition: ShuffleboardContainer.h:37
void BuildInto(std::shared_ptr< nt::NetworkTable > parentTable, std::shared_ptr< nt::NetworkTable > metaTable) override
Builds the entries for this value.