WPILibC++  trunk
Public Member Functions | List of all members
NamedSendable Class Referenceabstract

#include <NamedSendable.h>

Inheritance diagram for NamedSendable:
Inheritance graph
[legend]
Collaboration diagram for NamedSendable:
Collaboration graph
[legend]

Public Member Functions

virtual std::string GetName ()=0
 
- Public Member Functions inherited from Sendable
virtual void InitTable (ITable *subtable)=0
 
virtual ITableGetTable ()=0
 
virtual std::string GetSmartDashboardType ()=0
 

Detailed Description

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

Definition at line 19 of file NamedSendable.h.

Member Function Documentation

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

Implemented in Command, Scheduler, and Subsystem.


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