File tree Expand file tree Collapse file tree 3 files changed +29
-1
lines changed Expand file tree Collapse file tree 3 files changed +29
-1
lines changed Original file line number Diff line number Diff line change
1
+ #ifdef SWIGPYTHON
2
+ %module (package=" upm" ) 2jciebu01_ble
3
+ #endif
4
+
1
5
%include " ../common_top.i"
2
6
7
+ /* BEGIN Java syntax ------------------------------------------------------- */
8
+ #ifdef SWIGJAVA
9
+ JAVA_JNI_LOADLIBRARY (javaupm_2jciebu01_ble)
10
+ #endif
11
+ /* END Java syntax */
12
+
3
13
/* BEGIN Common SWIG syntax ------------------------------------------------- */
4
14
%{
5
15
#include " 2jciebu01_ble.hpp"
16
+ #include " 2jciebu01.hpp"
6
17
%}
18
+
7
19
%include " 2jciebu01_ble.hpp"
20
+ %include " 2jciebu01.hpp"
21
+
8
22
/* END Common SWIG syntax */
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ public :
137
137
int16_t eCO2;
138
138
int16_t discomfort_index;
139
139
int16_t heat_stroke;
140
- } __attribute__((packed)) om2jciebuData_t;
140
+ } om2jciebuData_t;
141
141
142
142
/* *
143
143
* OM2JCIEBU destructor
Original file line number Diff line number Diff line change
1
+ #ifdef SWIGPYTHON
2
+ %module (package=" upm" ) 2jciebu01_usb
3
+ #endif
4
+
1
5
%include " ../common_top.i"
2
6
7
+ /* BEGIN Java syntax ------------------------------------------------------- */
8
+ #ifdef SWIGJAVA
9
+ JAVA_JNI_LOADLIBRARY (javaupm_2jciebu01_usb)
10
+ #endif
11
+ /* END Java syntax */
12
+
3
13
/* BEGIN Common SWIG syntax ------------------------------------------------- */
4
14
%{
5
15
#include " 2jciebu01_usb.hpp"
16
+ #include " 2jciebu01.hpp"
6
17
%}
18
+
7
19
%include " 2jciebu01_usb.hpp"
20
+ %include " 2jciebu01.hpp"
21
+
8
22
/* END Common SWIG syntax */
You can’t perform that action at this time.
0 commit comments