Former-commit-id:06a8b51d6d
[formerly9f19e3f712
[formerly 64fa9254b946eae7e61bbc3f513b7c3696c4f54f]] Former-commit-id:9f19e3f712
Former-commit-id:a02aeb236c
44 lines
No EOL
1.4 KiB
Java
44 lines
No EOL
1.4 KiB
Java
package gov.noaa.nws.ncep.ui.nsharp.natives;
|
|
|
|
import com.sun.jna.Structure;
|
|
/**
|
|
* <i>native declaration : line 2</i><br>
|
|
* This file was autogenerated by <a href="http://jnaerator.googlecode.com/">JNAerator</a>,<br>
|
|
* a tool written by <a href="http://ochafik.free.fr/">Olivier Chafik</a> that <a href="http://code.google.com/p/jnaerator/wiki/CreditsAndLicense">uses a few opensource projects.</a>.<br>
|
|
* For help, please visit <a href="http://nativelibs4java.googlecode.com/">NativeLibs4Java</a>, <a href="http://rococoa.dev.java.net/">Rococoa</a>, or <a href="http://jna.dev.java.net/">JNA</a>.
|
|
*/
|
|
public class _parcel extends Structure {
|
|
public float lplpres;
|
|
public float lpltemp;
|
|
public float lpldwpt;
|
|
public float blayer;
|
|
public float tlayer;
|
|
public float entrain;
|
|
public float lclpres;
|
|
public float lfcpres;
|
|
public float elpres;
|
|
public float mplpres;
|
|
public float bplus;
|
|
public float bminus;
|
|
public float bfzl;
|
|
public float li5;
|
|
public float li3;
|
|
public float brn;
|
|
public float limax;
|
|
public float limaxpres;
|
|
public float cap;
|
|
public float cappres;
|
|
public _parcel() {
|
|
super();
|
|
}
|
|
protected ByReference newByReference() { return new ByReference(); }
|
|
protected ByValue newByValue() { return new ByValue(); }
|
|
protected _parcel newInstance() { return new _parcel(); }
|
|
|
|
public static class ByReference extends _parcel implements Structure.ByReference {
|
|
|
|
}
|
|
public static class ByValue extends _parcel implements Structure.ByValue {
|
|
|
|
}
|
|
} |