WPILibC++  unspecified
frc::NamedSendable Class Referenceabstract

The interface for sendable objects that gives the sendable a default name in the Smart Dashboard. More...

#include <NamedSendable.h>

Inheritance diagram for frc::NamedSendable:
Collaboration diagram for frc::NamedSendable:

Public Member Functions

virtual std::string GetName () const =0
 
- Public Member Functions inherited from frc::Sendable
virtual void InitTable (std::shared_ptr< nt::NetworkTable > subtable)=0
 Initializes a table for this sendable object. More...
 
virtual std::string GetSmartDashboardType () const =0
 

Detailed Description

The interface for sendable objects that gives the sendable a default name in the Smart Dashboard.

Member Function Documentation

virtual std::string frc::NamedSendable::GetName ( ) const
pure virtual
Returns
the name of the subtable of SmartDashboard that the Sendable object will use

Implemented in frc::Command, frc::Scheduler, and frc::Subsystem.


The documentation for this class was generated from the following file: