15 lines
281 B
OpenEdge ABL
15 lines
281 B
OpenEdge ABL
%module jsupm_mma7660
|
|
%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 "mma7660_regs.h"
|
|
%include "mma7660.hpp"
|
|
%{
|
|
#include "mma7660.hpp"
|
|
%}
|
|
|