12 #include <networktables/NetworkTable.h>
13 #include <wpi/Twine.h>
15 #include "frc/shuffleboard/ShuffleboardWidget.h"
16 #include "frc/smartdashboard/SendableBuilder.h"
17 #include "frc/smartdashboard/SendableBuilderImpl.h"
22 class ShuffleboardContainer;
37 void BuildInto(std::shared_ptr<nt::NetworkTable> parentTable,
38 std::shared_ptr<nt::NetworkTable> metaTable)
override;
43 bool m_builderInit =
false;
WPILib FRC namespace.
Definition: SPIAccelerometerSim.h:18
Definition: SendableBuilderImpl.h:27
Definition: Sendable.h:18
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:41