Testing out the PPD42 Air Quality Sensor, with an MSP430 Launchpad and graphing the data with GNUplot.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

55 lines
1.4 KiB

5 years ago
  1. /* DO NOT EDIT THIS FILE - it is machine generated */
  2. #include <jni.h>
  3. /* Header for class gnu_io_RXTXCommDriver */
  4. #ifndef _Included_gnu_io_RXTXCommDriver
  5. #define _Included_gnu_io_RXTXCommDriver
  6. #ifdef __cplusplus
  7. extern "C" {
  8. #endif
  9. #undef gnu_io_RXTXCommDriver_debug
  10. #define gnu_io_RXTXCommDriver_debug 0L
  11. /*
  12. * Class: gnu_io_RXTXCommDriver
  13. * Method: nativeGetVersion
  14. * Signature: ()Ljava/lang/String;
  15. */
  16. JNIEXPORT jstring JNICALL Java_gnu_io_RXTXCommDriver_nativeGetVersion
  17. (JNIEnv *, jclass);
  18. /*
  19. * Class: gnu_io_RXTXCommDriver
  20. * Method: registerKnownPorts
  21. * Signature: (I)Z
  22. */
  23. JNIEXPORT jboolean JNICALL Java_gnu_io_RXTXCommDriver_registerKnownPorts
  24. (JNIEnv *, jobject, jint);
  25. /*
  26. * Class: gnu_io_RXTXCommDriver
  27. * Method: isPortPrefixValid
  28. * Signature: (Ljava/lang/String;)Z
  29. */
  30. JNIEXPORT jboolean JNICALL Java_gnu_io_RXTXCommDriver_isPortPrefixValid
  31. (JNIEnv *, jobject, jstring);
  32. /*
  33. * Class: gnu_io_RXTXCommDriver
  34. * Method: testRead
  35. * Signature: (Ljava/lang/String;I)Z
  36. */
  37. JNIEXPORT jboolean JNICALL Java_gnu_io_RXTXCommDriver_testRead
  38. (JNIEnv *, jobject, jstring, jint);
  39. /*
  40. * Class: gnu_io_RXTXCommDriver
  41. * Method: getDeviceDirectory
  42. * Signature: ()Ljava/lang/String;
  43. */
  44. JNIEXPORT jstring JNICALL Java_gnu_io_RXTXCommDriver_getDeviceDirectory
  45. (JNIEnv *, jobject);
  46. #ifdef __cplusplus
  47. }
  48. #endif
  49. #endif