mirror of
https://github.com/eclipse/upm.git
synced 2025-03-18 14:37:29 +03:00

Signed-off-by: Mihai Tudor Panu <mihai.t.panu@intel.com> Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
34 lines
345 B
OpenEdge ABL
34 lines
345 B
OpenEdge ABL
%module jsupm_gas
|
|
%include "../upm.i"
|
|
%include "../carrays_uint16_t.i"
|
|
|
|
%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"
|
|
%}
|