WPILibC++  unspecified
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Pages
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:
frc::Sendable frc::Command frc::Scheduler frc::Subsystem frc::CommandGroup frc::ConditionalCommand frc::InstantCommand frc::PIDCommand frc::TimedCommand frc::WaitForChildren frc::WaitUntilCommand frc::PIDSubsystem

Public Member Functions

virtual std::string GetName () const =0
 
- Public Member Functions inherited from frc::Sendable
virtual void InitTable (std::shared_ptr< ITable > subtable)=0
 Initializes a table for this sendable object. More...
 
virtual std::shared_ptr< ITableGetTable () const =0
 
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: