WPILibC++
trunk
Main Page
Related Pages
Classes
Files
File List
Interfaces
Potentiometer.h
1
#ifndef _POTENTIOMETER_H
2
#define _POTENTIOMETER_H
3
4
#include "PIDSource.h"
5
6
class
Potentiometer
:
public
PIDSource
{
7
public
:
8
virtual
double
Get() = 0;
9
};
10
11
#endif
PIDSource
Definition:
PIDSource.h:15
Potentiometer
Definition:
Potentiometer.h:6
Generated on Sat Apr 26 2014 12:26:59 for WPILibC++ by
1.8.6