Merge "Artifact artf3520 : Need a PDP Clear Sticky Faults API"

This commit is contained in:
Brad Miller (WPI)
2014-12-03 11:40:18 -08:00
committed by Gerrit Code Review
6 changed files with 211 additions and 0 deletions

View File

@@ -11,4 +11,9 @@ extern "C"
double getPDPTemperature(int32_t *status);
double getPDPVoltage(int32_t *status);
double getPDPChannelCurrent(uint8_t channel, int32_t *status);
double getPDPTotalCurrent(int32_t *status);
double getPDPTotalPower(int32_t *status);
double getPDPTotalEnergy(int32_t *status);
void resetPDPTotalEnergy(int32_t *status);
void clearPDPStickyFaults(int32_t *status);
}