Signed-off-by: Andrei Vasiliu <andrei.vasiliu@intel.com> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
14 lines
253 B
OpenEdge ABL
14 lines
253 B
OpenEdge ABL
%module javaupm_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.h"
|
|
%}
|
|
|
|
%include "mma7660.h"
|