public class CompressorJNI extends JNIWrapper
Constructor and Description |
---|
CompressorJNI() |
Modifier and Type | Method and Description |
---|---|
static boolean |
checkCompressorModule(byte module) |
static void |
clearAllPCMStickyFaults(java.nio.ByteBuffer pcm_pointer,
java.nio.IntBuffer status) |
static boolean |
getClosedLoopControl(java.nio.ByteBuffer pcm_pointer,
java.nio.IntBuffer status) |
static boolean |
getCompressor(java.nio.ByteBuffer pcm_pointer,
java.nio.IntBuffer status) |
static float |
getCompressorCurrent(java.nio.ByteBuffer pcm_pointer,
java.nio.IntBuffer status) |
static boolean |
getCompressorCurrentTooHighFault(java.nio.ByteBuffer pcm_pointer,
java.nio.IntBuffer status) |
static boolean |
getCompressorCurrentTooHighStickyFault(java.nio.ByteBuffer pcm_pointer,
java.nio.IntBuffer status) |
static boolean |
getCompressorNotConnectedFault(java.nio.ByteBuffer pcm_pointer,
java.nio.IntBuffer status) |
static boolean |
getCompressorNotConnectedStickyFault(java.nio.ByteBuffer pcm_pointer,
java.nio.IntBuffer status) |
static boolean |
getCompressorShortedFault(java.nio.ByteBuffer pcm_pointer,
java.nio.IntBuffer status) |
static boolean |
getCompressorShortedStickyFault(java.nio.ByteBuffer pcm_pointer,
java.nio.IntBuffer status) |
static boolean |
getPressureSwitch(java.nio.ByteBuffer pcm_pointer,
java.nio.IntBuffer status) |
static java.nio.ByteBuffer |
initializeCompressor(byte module) |
static void |
setClosedLoopControl(java.nio.ByteBuffer pcm_pointer,
boolean value,
java.nio.IntBuffer status) |
getPort, getPortWithModule
public CompressorJNI()
public static java.nio.ByteBuffer initializeCompressor(byte module)
public static boolean checkCompressorModule(byte module)
public static boolean getCompressor(java.nio.ByteBuffer pcm_pointer, java.nio.IntBuffer status)
public static void setClosedLoopControl(java.nio.ByteBuffer pcm_pointer, boolean value, java.nio.IntBuffer status)
public static boolean getClosedLoopControl(java.nio.ByteBuffer pcm_pointer, java.nio.IntBuffer status)
public static boolean getPressureSwitch(java.nio.ByteBuffer pcm_pointer, java.nio.IntBuffer status)
public static float getCompressorCurrent(java.nio.ByteBuffer pcm_pointer, java.nio.IntBuffer status)
public static boolean getCompressorCurrentTooHighFault(java.nio.ByteBuffer pcm_pointer, java.nio.IntBuffer status)
public static boolean getCompressorCurrentTooHighStickyFault(java.nio.ByteBuffer pcm_pointer, java.nio.IntBuffer status)
public static boolean getCompressorShortedStickyFault(java.nio.ByteBuffer pcm_pointer, java.nio.IntBuffer status)
public static boolean getCompressorShortedFault(java.nio.ByteBuffer pcm_pointer, java.nio.IntBuffer status)
public static boolean getCompressorNotConnectedStickyFault(java.nio.ByteBuffer pcm_pointer, java.nio.IntBuffer status)
public static boolean getCompressorNotConnectedFault(java.nio.ByteBuffer pcm_pointer, java.nio.IntBuffer status)
public static void clearAllPCMStickyFaults(java.nio.ByteBuffer pcm_pointer, java.nio.IntBuffer status)