All Downloads are FREE. Search and download functionalities are using the official Maven repository.

upm_abp.javaupm_abpJNI Maven / Gradle / Ivy

There is a newer version: 1.7.1
Show newest version
/* ----------------------------------------------------------------------------
 * This file was automatically generated by SWIG (http://www.swig.org).
 * Version 3.0.6
 *
 * Do not make changes to this file unless you know what you are doing--modify
 * the SWIG interface file instead.
 * ----------------------------------------------------------------------------- */

package upm_abp;

public class javaupm_abpJNI {
  public final static native String getVersion();
  public final static native long new_ABP(int jarg1, int jarg2);
  public final static native void delete_ABP(long jarg1);
  public final static native float ABP_getPressure(long jarg1, ABP jarg1_);
  public final static native float ABP_getTemperature(long jarg1, ABP jarg1_);
  public final static native void ABP_update(long jarg1, ABP jarg1_);
  public final static native void ABP_setMaxPressure(long jarg1, ABP jarg1_, int jarg2);
  public final static native void ABP_setMinPressure(long jarg1, ABP jarg1_, int jarg2);

static {
try {
    System.loadLibrary("javaupm_abp");
} catch (UnsatisfiedLinkError e) {
    System.err.println("Native code library (javaupm_abp) failed to load. \n" + e);
    System.exit(1);
}
}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy