13 #include <networktables/NetworkTable.h>
14 #include <networktables/NetworkTableValue.h>
15 #include <wpi/StringMap.h>
16 #include <wpi/Twine.h>
18 #include "frc/shuffleboard/ShuffleboardValue.h"
22 class ShuffleboardContainer;
37 void BuildMetadata(std::shared_ptr<nt::NetworkTable> metaTable);
41 const std::string& GetType()
const;
45 bool m_metadataDirty =
true;
A shim class to allow storing ShuffleboardComponents in arrays.
Definition: ShuffleboardComponentBase.h:27
WPILib FRC namespace.
Definition: SPIAccelerometerSim.h:18
Definition: ShuffleboardValue.h:19
StringMap - This is an unconventional map that is specialized for handling keys that are "strings"...
Definition: StringMap.h:205
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