This class is a non-template base class for SendableChooser.
More...
#include <SendableChooserBase.h>
|
std::string | m_defaultChoice |
|
std::shared_ptr< ITable > | m_table |
|
|
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.
std::string SendableChooserBase::GetSmartDashboardType |
( |
| ) |
const |
|
overridevirtual |
- Returns
- the string representation of the named data type that will be used by the smart dashboard for this sendable
Implements frc::Sendable.
std::shared_ptr< ITable > SendableChooserBase::GetTable |
( |
| ) |
const |
|
overridevirtual |
- Returns
- the table that is currently associated with the sendable
Implements frc::Sendable.
The documentation for this class was generated from the following files: