aboutsummaryrefslogtreecommitdiff
path: root/flow-native/src/include/com_github_jodersky_flow_internal_NativeSerial.h
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2016-05-16 15:28:59 -0700
committerJakob Odersky <jakob@odersky.com>2016-06-09 03:30:35 -0700
commit92c4b3d41e06ad4b89004212c85248e9e6cd61d7 (patch)
tree69470f7c4ed48edaebea91964d7d552e7eaacf0d /flow-native/src/include/com_github_jodersky_flow_internal_NativeSerial.h
parentf6f26c2c9e3ec9bdd45fb384483b3450bef5984a (diff)
downloadakka-serial-92c4b3d41e06ad4b89004212c85248e9e6cd61d7.tar.gz
akka-serial-92c4b3d41e06ad4b89004212c85248e9e6cd61d7.tar.bz2
akka-serial-92c4b3d41e06ad4b89004212c85248e9e6cd61d7.zip
Move project to `ch.jodersky` and upgrade sbt-jni
Diffstat (limited to 'flow-native/src/include/com_github_jodersky_flow_internal_NativeSerial.h')
-rw-r--r--flow-native/src/include/com_github_jodersky_flow_internal_NativeSerial.h83
1 files changed, 0 insertions, 83 deletions
diff --git a/flow-native/src/include/com_github_jodersky_flow_internal_NativeSerial.h b/flow-native/src/include/com_github_jodersky_flow_internal_NativeSerial.h
deleted file mode 100644
index 04364fb..0000000
--- a/flow-native/src/include/com_github_jodersky_flow_internal_NativeSerial.h
+++ /dev/null
@@ -1,83 +0,0 @@
-/* DO NOT EDIT THIS FILE - it is machine generated */
-#include <jni.h>
-/* Header for class com_github_jodersky_flow_internal_NativeSerial */
-
-#ifndef _Included_com_github_jodersky_flow_internal_NativeSerial
-#define _Included_com_github_jodersky_flow_internal_NativeSerial
-#ifdef __cplusplus
-extern "C" {
-#endif
-#undef com_github_jodersky_flow_internal_NativeSerial_PARITY_NONE
-#define com_github_jodersky_flow_internal_NativeSerial_PARITY_NONE 0L
-#undef com_github_jodersky_flow_internal_NativeSerial_PARITY_ODD
-#define com_github_jodersky_flow_internal_NativeSerial_PARITY_ODD 1L
-#undef com_github_jodersky_flow_internal_NativeSerial_PARITY_EVEN
-#define com_github_jodersky_flow_internal_NativeSerial_PARITY_EVEN 2L
-/*
- * Class: com_github_jodersky_flow_internal_NativeSerial
- * Method: open
- * Signature: (Ljava/lang/String;IIZI)J
- */
-JNIEXPORT jlong JNICALL Java_com_github_jodersky_flow_internal_NativeSerial_open
- (JNIEnv *, jclass, jstring, jint, jint, jboolean, jint);
-
-/*
- * Class: com_github_jodersky_flow_internal_NativeSerial
- * Method: readDirect
- * Signature: (JLjava/nio/ByteBuffer;)I
- */
-JNIEXPORT jint JNICALL Java_com_github_jodersky_flow_internal_NativeSerial_readDirect
- (JNIEnv *, jclass, jlong, jobject);
-
-/*
- * Class: com_github_jodersky_flow_internal_NativeSerial
- * Method: read
- * Signature: (J[B)I
- */
-JNIEXPORT jint JNICALL Java_com_github_jodersky_flow_internal_NativeSerial_read
- (JNIEnv *, jclass, jlong, jbyteArray);
-
-/*
- * Class: com_github_jodersky_flow_internal_NativeSerial
- * Method: cancelRead
- * Signature: (J)V
- */
-JNIEXPORT void JNICALL Java_com_github_jodersky_flow_internal_NativeSerial_cancelRead
- (JNIEnv *, jclass, jlong);
-
-/*
- * Class: com_github_jodersky_flow_internal_NativeSerial
- * Method: writeDirect
- * Signature: (JLjava/nio/ByteBuffer;I)I
- */
-JNIEXPORT jint JNICALL Java_com_github_jodersky_flow_internal_NativeSerial_writeDirect
- (JNIEnv *, jclass, jlong, jobject, jint);
-
-/*
- * Class: com_github_jodersky_flow_internal_NativeSerial
- * Method: write
- * Signature: (J[BI)I
- */
-JNIEXPORT jint JNICALL Java_com_github_jodersky_flow_internal_NativeSerial_write
- (JNIEnv *, jclass, jlong, jbyteArray, jint);
-
-/*
- * Class: com_github_jodersky_flow_internal_NativeSerial
- * Method: close
- * Signature: (J)V
- */
-JNIEXPORT void JNICALL Java_com_github_jodersky_flow_internal_NativeSerial_close
- (JNIEnv *, jclass, jlong);
-
-/*
- * Class: com_github_jodersky_flow_internal_NativeSerial
- * Method: debug
- * Signature: (Z)V
- */
-JNIEXPORT void JNICALL Java_com_github_jodersky_flow_internal_NativeSerial_debug
- (JNIEnv *, jclass, jboolean);
-
-#ifdef __cplusplus
-}
-#endif
-#endif