13 #include <networktables/NetworkTableEntry.h>
14 #include <wpi/SmallVector.h>
15 #include <wpi/mutex.h>
17 #include "frc/smartdashboard/SendableBase.h"
36 static constexpr
const char* kDefault =
"default";
37 static constexpr
const char* kOptions =
"options";
38 static constexpr
const char* kSelected =
"selected";
39 static constexpr
const char* kActive =
"active";
40 static constexpr
const char* kInstance =
".instance";
42 std::string m_defaultChoice;
43 std::string m_selected;
44 bool m_haveSelected =
false;
48 static std::atomic_int s_instances;
WPILib FRC namespace.
Definition: SPIAccelerometerSim.h:18
This class is a non-template base class for SendableChooser.
Definition: SendableChooserBase.h:27
Definition: SendableBase.h:19