Now you can download a copy of these docs so you can use them offline! Download now
NamedSendable.h
1 /*
2  * NamedSendable.h
3  *
4  * Created on: Oct 19, 2012
5  * Author: Mitchell Wills
6  */
7 
8 #ifndef NAMEDSENDABLE_H_
9 #define NAMEDSENDABLE_H_
10 
11 
12 #include <string>
13 #include "SmartDashboard/Sendable.h"
14 
19 class NamedSendable : public Sendable
20 {
21 public:
22 
26  virtual std::string GetName() = 0;
27 };
28 
29 #endif /* NAMEDSENDABLE_H_ */
virtual std::string GetName()=0

Generated on Sat Apr 26 2014 12:26:45 for WPILibC++ by doxygen 1.8.6