public class SolenoidJNI extends JNIWrapper
Constructor and Description |
---|
SolenoidJNI() |
Modifier and Type | Method and Description |
---|---|
static boolean |
checkSolenoidChannel(int channel) |
static boolean |
checkSolenoidModule(int module) |
static void |
clearAllPCMStickyFaults(byte module) |
static void |
freeSolenoidPort(int portHandle) |
static byte |
getAllSolenoids(byte module) |
static int |
getPCMSolenoidBlackList(byte module) |
static boolean |
getPCMSolenoidVoltageFault(byte module) |
static boolean |
getPCMSolenoidVoltageStickyFault(byte module) |
static boolean |
getSolenoid(int portHandle) |
static int |
initializeSolenoidPort(int halPortHandle) |
static void |
setSolenoid(int portHandle,
boolean on) |
getPort, getPortWithModule
public SolenoidJNI()
public static int initializeSolenoidPort(int halPortHandle)
public static boolean checkSolenoidModule(int module)
public static boolean checkSolenoidChannel(int channel)
public static void freeSolenoidPort(int portHandle)
public static void setSolenoid(int portHandle, boolean on)
public static boolean getSolenoid(int portHandle)
public static byte getAllSolenoids(byte module)
public static int getPCMSolenoidBlackList(byte module)
public static boolean getPCMSolenoidVoltageStickyFault(byte module)
public static boolean getPCMSolenoidVoltageFault(byte module)
public static void clearAllPCMStickyFaults(byte module)