/* DO NOT EDIT THIS FILE - it is machine generated */ #include /* Header for class inp_HAL_HAL */ #ifndef _Included_inp_HAL_HAL #define _Included_inp_HAL_HAL #ifdef __cplusplus extern "C" { #endif #undef inp_HAL_HAL_MAXSLOTS #define inp_HAL_HAL_MAXSLOTS 10L /* * Class: inp_HAL_HAL * Method: inByte * Signature: (I)B */ JNIEXPORT jbyte JNICALL Java_inp_HAL_HAL_inByte (JNIEnv *, jobject, jint); /* * Class: inp_HAL_HAL * Method: inWord * Signature: (I)S */ JNIEXPORT jshort JNICALL Java_inp_HAL_HAL_inWord (JNIEnv *, jobject, jint); /* * Class: inp_HAL_HAL * Method: init * Signature: (III)I */ JNIEXPORT jint JNICALL Java_inp_HAL_HAL_init (JNIEnv *, jobject, jint, jint, jint); /* * Class: inp_HAL_HAL * Method: outByte * Signature: (IB)V */ JNIEXPORT void JNICALL Java_inp_HAL_HAL_outByte (JNIEnv *, jobject, jint, jbyte); /* * Class: inp_HAL_HAL * Method: outWord * Signature: (IS)V */ JNIEXPORT void JNICALL Java_inp_HAL_HAL_outWord (JNIEnv *, jobject, jint, jshort); /* * Class: inp_HAL_HAL * Method: release * Signature: (I)V */ JNIEXPORT void JNICALL Java_inp_HAL_HAL_release (JNIEnv *, jobject, jint); /* * Class: inp_HAL_HAL * Method: waitInt * Signature: (IJ)I */ JNIEXPORT jint JNICALL Java_inp_HAL_HAL_waitInt (JNIEnv *, jobject, jint, jlong); #ifdef __cplusplus } #endif #endif