WPILibC++
2019.2.1-25-g182758c
|
Represents the type of a layout in Shuffleboard. More...
#include <LayoutType.h>
Public Member Functions | |
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.