public class PDPJNI extends JNIWrapper
Constructor and Description |
---|
PDPJNI() |
Modifier and Type | Method and Description |
---|---|
static boolean |
checkPDPChannel(int channel) |
static boolean |
checkPDPModule(int module) |
static void |
clearPDPStickyFaults(int handle) |
static double |
getPDPChannelCurrent(byte channel,
int handle) |
static double |
getPDPTemperature(int handle) |
static double |
getPDPTotalCurrent(int handle) |
static double |
getPDPTotalEnergy(int handle) |
static double |
getPDPTotalPower(int handle) |
static double |
getPDPVoltage(int handle) |
static int |
initializePDP(int module) |
static void |
resetPDPTotalEnergy(int handle) |
public static int initializePDP(int module)
public static boolean checkPDPModule(int module)
public static boolean checkPDPChannel(int channel)
public static double getPDPTemperature(int handle)
public static double getPDPVoltage(int handle)
public static double getPDPChannelCurrent(byte channel, int handle)
public static double getPDPTotalCurrent(int handle)
public static double getPDPTotalPower(int handle)
public static double getPDPTotalEnergy(int handle)
public static void resetPDPTotalEnergy(int handle)
public static void clearPDPStickyFaults(int handle)