WPILibC++
unspecified
|
This class is a non-template base class for SendableChooser. More...
#include <SendableChooserBase.h>
Public Member Functions | |
std::string | GetSmartDashboardType () const override |
![]() | |
virtual void | InitTable (std::shared_ptr< nt::NetworkTable > subtable)=0 |
Initializes a table for this sendable object. More... | |
Protected Attributes | |
std::string | m_defaultChoice |
Static Protected Attributes | |
static const char * | kDefault = "default" |
static const char * | kOptions = "options" |
static const char * | kSelected = "selected" |
This class is a non-template base class for SendableChooser.
It contains static, non-templated variables to avoid their duplication in the template class.
|
overridevirtual |
Implements frc::Sendable.