mirror of
https://github.com/eclipse/upm.git
synced 2025-07-05 03:11:15 +03:00
Added Java support and bindings
Signed-off-by: Andrei Vasiliu <andrei.vasiliu@intel.com> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:

committed by
Mihai Tudor Panu

parent
181823cb20
commit
7e2ae96c1f
35
src/gas/javaupm_gas.i
Normal file
35
src/gas/javaupm_gas.i
Normal file
@ -0,0 +1,35 @@
|
||||
%module javaupm_gas
|
||||
%include "../upm.i"
|
||||
%include "typemaps.i"
|
||||
|
||||
%apply uint16_t *OUTPUT {uint16_t *buffer };
|
||||
|
||||
%include "gas.h"
|
||||
%{
|
||||
#include "gas.h"
|
||||
%}
|
||||
|
||||
%include "mq2.h"
|
||||
%{
|
||||
#include "mq2.h"
|
||||
%}
|
||||
|
||||
%include "mq3.h"
|
||||
%{
|
||||
#include "mq3.h"
|
||||
%}
|
||||
|
||||
%include "mq5.h"
|
||||
%{
|
||||
#include "mq5.h"
|
||||
%}
|
||||
|
||||
%include "mq9.h"
|
||||
%{
|
||||
#include "mq9.h"
|
||||
%}
|
||||
|
||||
%include "tp401.h"
|
||||
%{
|
||||
#include "tp401.h"
|
||||
%}
|
Reference in New Issue
Block a user