edu.wpi.first.wpilibj.smartdashboard
Interface SmartDashboardNamedData
- All Superinterfaces:
- SmartDashboardData
- All Known Implementing Classes:
- Command, CommandGroup, PIDCommand, PIDSubsystem, PrintCommand, Scheduler, StartCommand, Subsystem, WaitCommand, WaitForChildren, WaitUntilCommand
public interface SmartDashboardNamedData
- extends SmartDashboardData
This class is a minor extension to SmartDashboardData
that describes a getName()
method that allows the SmartDashboard
class to automatically assign the field of the data in its
putData(...)
method.
- Author:
- Joe Grinstead
Method Summary |
java.lang.String |
getName()
Returns the name of this object. |
getName
java.lang.String getName()
- Returns the name of this object.
- Returns:
- the name of this object