mirror of
https://github.com/eclipse/upm.git
synced 2025-03-16 05:27:28 +03:00

Signed-off-by: Mihai Tudor Panu <mihai.t.panu@intel.com> Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
38 lines
393 B
OpenEdge ABL
38 lines
393 B
OpenEdge ABL
%module pyupm_gas
|
|
%include "../upm.i"
|
|
%include "../carrays_uint16_t.i"
|
|
|
|
%include "stdint.i"
|
|
|
|
%feature("autodoc", "3");
|
|
|
|
%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"
|
|
%}
|