10 #include <wpi/Twine.h>
12 #include "frc/shuffleboard/ShuffleboardComponent.h"
16 class ShuffleboardContainer;
25 template <
typename Derived>
41 this->SetType(widgetType);
42 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:34