1 #ifndef _ANALOG_POTENTIOMETER_H
2 #define _ANALOG_POTENTIOMETER_H
4 #include "Interfaces/Potentiometer.h"
5 #include "LiveWindow/LiveWindowSendable.h"
6 #include "AnalogChannel.h"
18 int m_module, m_channel;
19 double m_scale, m_offset;
21 void InitPot(
int slot,
int channel,
double scale,
double offset);
void StartLiveWindowMode()
void StopLiveWindowMode()
std::string GetSmartDashboardType()
void InitTable(ITable *subtable)
AnalogPotentiometer(int slot, int channel, double scale, double offset)