mirror of
https://github.com/eclipse/upm.git
synced 2025-03-22 16:37:29 +03:00
20 lines
289 B
OpenEdge ABL
20 lines
289 B
OpenEdge ABL
![]() |
%module javaupm_a110x
|
||
|
%include "../upm.i"
|
||
|
%include "stdint.i"
|
||
|
%include "typemaps.i"
|
||
|
/*
|
||
|
%feature("director") ISRHelper;
|
||
|
%feature("nodirector") A110x;
|
||
|
*/
|
||
|
%apply jobject { void * };
|
||
|
/*
|
||
|
%{
|
||
|
#include "isrhelper.h"
|
||
|
%}
|
||
|
%include "isrhelper.h"
|
||
|
*/
|
||
|
%{
|
||
|
#include "a110x.h"
|
||
|
%}
|
||
|
%include "a110x.h"
|