mirror of
https://github.com/eclipse/upm.git
synced 2025-03-26 02:10:02 +03:00
11 lines
168 B
OpenEdge ABL
11 lines
168 B
OpenEdge ABL
![]() |
%module jsupm_tb7300
|
||
|
%include "../upm.i"
|
||
|
%include "stdint.i"
|
||
|
|
||
|
%include "bacnetmstp.hpp"
|
||
|
%include "bacnetutil.hpp"
|
||
|
%include "tb7300.hpp"
|
||
|
%{
|
||
|
#include "tb7300.hpp"
|
||
|
%}
|