WPILibC++
unspecified
|
The interface for sendable objects that gives the sendable a default name in the Smart Dashboard. More...
#include <NamedSendable.h>
Public Member Functions | |
virtual std::string | GetName () const =0 |
![]() | |
virtual void | InitTable (std::shared_ptr< nt::NetworkTable > subtable)=0 |
Initializes a table for this sendable object. More... | |
virtual std::string | GetSmartDashboardType () const =0 |
The interface for sendable objects that gives the sendable a default name in the Smart Dashboard.
|
pure virtual |
Implemented in frc::Command, frc::Scheduler, and frc::Subsystem.