Remove unused code and add pmd check (#395)

This commit is contained in:
Austin Shalit
2016-12-23 11:20:13 -08:00
committed by Peter Johnson
parent cc246bb9ac
commit 8f67f2c24c
19 changed files with 56 additions and 21 deletions

View File

@@ -28,6 +28,7 @@ class AnalogOutput : public SensorBase, public LiveWindowSendable {
void SetVoltage(double voltage);
double GetVoltage() const;
int GetChannel();
void UpdateTable() override;
void StartLiveWindowMode() override;