Represents the type of a layout in Shuffleboard.
More...
#include <frc/shuffleboard/LayoutType.h>
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.
- See also
- BuiltInLayouts the built-in layout types
◆ LayoutType()
constexpr frc::LayoutType::LayoutType |
( |
const char * |
layoutName | ) |
|
|
inlineexplicitconstexpr |
◆ ~LayoutType()
frc::LayoutType::~LayoutType |
( |
| ) |
|
|
default |
◆ GetLayoutName()
Gets the string type of the layout as defined by that layout in Shuffleboard.
The documentation for this class was generated from the following file: