public class SolenoidJNI extends JNIWrapper
Constructor and Description |
---|
SolenoidJNI() |
Modifier and Type | Method and Description |
---|---|
static void |
clearAllPCMStickyFaults(java.nio.ByteBuffer pcm_pointer,
java.nio.IntBuffer status) |
static byte |
getPCMSolenoidBlackList(java.nio.ByteBuffer pcm_pointer,
java.nio.IntBuffer status) |
static boolean |
getPCMSolenoidVoltageFault(java.nio.ByteBuffer pcm_pointer,
java.nio.IntBuffer status) |
static boolean |
getPCMSolenoidVoltageStickyFault(java.nio.ByteBuffer pcm_pointer,
java.nio.IntBuffer status) |
static java.nio.ByteBuffer |
getPortWithModule(byte module,
byte channel) |
static byte |
getSolenoid(java.nio.ByteBuffer port,
java.nio.IntBuffer status) |
static java.nio.ByteBuffer |
initializeSolenoidPort(java.nio.ByteBuffer portPointer,
java.nio.IntBuffer status) |
static void |
setSolenoid(java.nio.ByteBuffer port,
byte on,
java.nio.IntBuffer status) |
getPort
public SolenoidJNI()
public static java.nio.ByteBuffer initializeSolenoidPort(java.nio.ByteBuffer portPointer, java.nio.IntBuffer status)
public static java.nio.ByteBuffer getPortWithModule(byte module, byte channel)
public static void setSolenoid(java.nio.ByteBuffer port, byte on, java.nio.IntBuffer status)
public static byte getSolenoid(java.nio.ByteBuffer port, java.nio.IntBuffer status)
public static byte getPCMSolenoidBlackList(java.nio.ByteBuffer pcm_pointer, java.nio.IntBuffer status)
public static boolean getPCMSolenoidVoltageStickyFault(java.nio.ByteBuffer pcm_pointer, java.nio.IntBuffer status)
public static boolean getPCMSolenoidVoltageFault(java.nio.ByteBuffer pcm_pointer, java.nio.IntBuffer status)
public static void clearAllPCMStickyFaults(java.nio.ByteBuffer pcm_pointer, java.nio.IntBuffer status)