#pragma once #ifdef __vxworks #include #else #include #endif 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); }