mirror of
https://github.com/eclipse/upm.git
synced 2025-03-23 17:00:03 +03:00
13 lines
251 B
OpenEdge ABL
13 lines
251 B
OpenEdge ABL
![]() |
%module jsupm_bno055
|
||
|
%include "../upm.i"
|
||
|
%include "cpointer.i"
|
||
|
|
||
|
/* Send "int *" and "float *" to JavaScript as intp and floatp */
|
||
|
%pointer_functions(int, intp);
|
||
|
%pointer_functions(float, floatp);
|
||
|
|
||
|
%include "bno055.hpp"
|
||
|
%{
|
||
|
#include "bno055.hpp"
|
||
|
%}
|