mraa  0.9.0
Low Level Skeleton Library for Communication on GNU/Linux platforms
mraajavaJAVA_wrap.h
1 /* ----------------------------------------------------------------------------
2  * This file was automatically generated by SWIG (http://www.swig.org).
3  * Version 3.0.5
4  *
5  * This file is not intended to be easily readable and contains a number of
6  * coding conventions designed to improve portability and efficiency. Do not make
7  * changes to this file unless you know what you are doing--modify the SWIG
8  * interface file instead.
9  * ----------------------------------------------------------------------------- */
10 
11 #ifndef SWIG_mraa_WRAP_H_
12 #define SWIG_mraa_WRAP_H_
13 
14 class SwigDirector_IsrCallback : public mraa::IsrCallback, public Swig::Director {
15 
16 public:
17  void swig_connect_director(JNIEnv *jenv, jobject jself, jclass jcls, bool swig_mem_own, bool weak_global);
18  SwigDirector_IsrCallback(JNIEnv *jenv);
19  virtual ~SwigDirector_IsrCallback();
20  virtual void run();
21 public:
22  bool swig_overrides(int n) {
23  return (n < 1 ? swig_override[n] : false);
24  }
25 protected:
26  bool swig_override[1];
27 };
28 
29 
30 #endif
Definition: mraajavaJAVA_wrap.h:14
Definition: IsrCallback.java:11