mirror of
https://github.com/eclipse/upm.git
synced 2025-03-22 00:17:30 +03:00
16 lines
312 B
OpenEdge ABL
16 lines
312 B
OpenEdge ABL
![]() |
%module jsupm_zfm20
|
||
|
%include "../upm.i"
|
||
|
%include "../carrays_uint16_t.i"
|
||
|
%include "../carrays_uint32_t.i"
|
||
|
%include "cpointer.i"
|
||
|
|
||
|
/* Send "int *" to JavaScript as intp */
|
||
|
%pointer_functions(int, intp);
|
||
|
%{
|
||
|
#include "zfm20.h"
|
||
|
speed_t int_B57600 = B57600;
|
||
|
%}
|
||
|
|
||
|
%include "zfm20.h"
|
||
|
speed_t int_B57600 = B57600;
|