10 #include <wpi/Twine.h>
23 explicit LayoutType(
const char* layoutName) : m_layoutName(layoutName) {}
WPILib FRC namespace.
Definition: SPIAccelerometerSim.h:18
Represents the type of a layout in Shuffleboard.
Definition: LayoutType.h:21
wpi::StringRef GetLayoutName() const
Gets the string type of the layout as defined by that layout in Shuffleboard.
StringRef - Represent a constant reference to a string, i.e.
Definition: StringRef.h:49