10 #include <wpi/Twine.h>
12 #include "frc/shuffleboard/ShuffleboardComponent.h"
13 #include "frc/shuffleboard/WidgetType.h"
17 class ShuffleboardContainer;
26 template <
typename Derived>
58 this->SetType(widgetType);
59 return *
static_cast<Derived*
>(
this);
WPILib FRC namespace.
Definition: SPIAccelerometerSim.h:18
A generic component in Shuffleboard.
Definition: ShuffleboardComponent.h:30
Definition: ShuffleboardValue.h:19
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