WPILibC++
2019.4.1-5-gaab4c49
|
Represents the type of a layout in Shuffleboard. More...
#include <LayoutType.h>
Public Member Functions | |
constexpr | LayoutType (const char *layoutName) |
wpi::StringRef | GetLayoutName () const |
Gets the string type of the layout as defined by that layout in Shuffleboard. | |
Represents the type of a layout in Shuffleboard.
Using this is preferred over specifying raw strings, to avoid typos and having to know or look up the exact string name for a desired layout.