13 #include "SmartDashboard/Sendable.h"
14 #include "tables/ITable.h"
28 std::shared_ptr<ITable>
GetTable()
const override;
32 static const char* kDefault;
33 static const char* kOptions;
34 static const char* kSelected;
36 std::string m_defaultChoice;
37 std::shared_ptr<ITable> m_table;
This class is a non-template base class for SendableChooser.
Definition: SendableChooserBase.h:24
std::string GetSmartDashboardType() const override
Definition: SendableChooserBase.cpp:20
std::shared_ptr< ITable > GetTable() const override
Definition: SendableChooserBase.cpp:16
Definition: Sendable.h:17