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"
|
||
|
|
%}
|