WPILibC++
trunk
|
#include <NamedSendable.h>
Public Member Functions | |
virtual std::string | GetName ()=0 |
![]() | |
virtual void | InitTable (ITable *subtable)=0 |
virtual ITable * | GetTable ()=0 |
virtual std::string | GetSmartDashboardType ()=0 |
The interface for sendable objects that gives the sendable a default name in the Smart Dashboard
Definition at line 19 of file NamedSendable.h.
|
pure virtual |