source:
trunk/t3q-examples/checkTestSystemModuleContainmentCheck/checkTestSystemModuleContainmentGood.ttcn3
@
17
Last change on this file since 17 was 4, checked in by phdmakk, 14 years ago | |
---|---|
File size: 294 bytes |
Rev | Line | |
---|---|---|
[4] | 1 | module checkTestSystemModuleContainmentGood { |
2 | import from LibCommon_time all; | |
3 | ||
4 | // good module, only component definitions | |
5 | ||
6 | type component component_1 { | |
7 | } | |
8 | ||
9 | group g_1{ | |
10 | type component component_2 { | |
11 | } | |
12 | ||
13 | } | |
14 | ||
15 | //are control parts permissible? | |
16 | control { | |
17 | ||
18 | } | |
19 | ||
20 | } |
Note: See TracBrowser
for help on using the repository browser.