WPILibC++
trunk
Main Page
Related Pages
Classes
Files
File List
SmartDashboard
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_ */
NamedSendable
Definition:
NamedSendable.h:19
Sendable
Definition:
Sendable.h:13
NamedSendable::GetName
virtual std::string GetName()=0
Generated on Sat Apr 26 2014 12:26:59 for WPILibC++ by
1.8.6