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

upm_hka5.javaupm_hka5JNI 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_hka5;

public class javaupm_hka5JNI {
  public final static native long new_HKA5(long jarg1, int jarg2, int jarg3);
  public final static native void delete_HKA5(long jarg1);
  public final static native void HKA5_enable(long jarg1, HKA5 jarg1_, boolean jarg2);
  public final static native void HKA5_reset(long jarg1, HKA5 jarg1_);
  public final static native void HKA5_update(long jarg1, HKA5 jarg1_);
  public final static native long HKA5_getPM1(long jarg1, HKA5 jarg1_);
  public final static native long HKA5_getPM2_5(long jarg1, HKA5 jarg1_);
  public final static native long HKA5_getPM10(long jarg1, HKA5 jarg1_);

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

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy