Initial version of donated sources by Avertec, 3.4p5.
[tas-yagle.git] / distrib / sources / api / tcl / avt_static.i
1 %module avt
2
3 %{
4 #define AVTWIG_AVOID_CONFLICT
5 #include AVT_H
6 #include MUT_H
7 #include "avt_API.h"
8 #include "../ams/ams_API.h"
9 #include "../cns/cns_API.h"
10 #include "../ctk/ctk_API.h"
11 #include "../hierPathExtract/hpe_API.h"
12 #include "../inf/inf_API.h"
13 #include "../inf/inf_sdc.h"
14 #include "../lbt/lbt_API.h"
15 #include "../mbk/mbk_API.h"
16 #include "../mbkspice/spi_API.h"
17 #include "../sim/sim_API.h"
18 #include "../stb/stb_API.h"
19 #include "../tas/tas_API.h"
20 #include "../tcl/avt_API.h"
21 #include "../tma/tma_API.h"
22 #include "../ttv/ttv_API.h"
23 #include "../power/power_API.h"
24 #include "../trc/trc_API.h"
25 #include "../yagle/yagle_API.h"
26 #include "../genius/gen_API.h"
27 #include "../stm/stm_API.h"
28 #include "../fcl/fcl_API.h"
29 #include "../beg/beg_API.h"
30 char *avt_gettcldistpath ();
31 %}
32
33 %include ../tcl/avt_tcl_types.i
34 %include ../tma/tma_API.i
35 %include ../tas/tas_API.i
36 %include ../inf/inf_API.i
37 %include ../lbt/lbt_API.i
38 %include ../ttv/ttv_API.i
39 %include ../power/power_API.i
40 %include ../stb/stb_API.i
41 %include ../yagle/yag_API.i
42 %include ../ams/ams_API.i
43 %include ../cns/cns_API.i
44 %include ../ctk/ctk_API.i
45 %include ../hierPathExtract/hpe_API.i
46 %include ../mbk/mbk_API.i
47 %include ../trc/trc_API.i
48 %include ./avt_API.i
49 %include ../sim/sim_API.i
50 %include ../genius/gen_API.i
51 %include ../stm/stm_API.i
52 %include ../fcl/fcl_API.i
53 %include ../beg/beg_API.i