source:
trunk/t3q-examples/checkModuleParamsModuleContainmentCheck/checkModuleParamsModuleContainmentGood.ttcn3
@
36
Last change on this file since 36 was 4, checked in by phdmakk, 14 years ago | |
---|---|
File size: 283 bytes |
Rev | Line | |
---|---|---|
[4] | 1 | module checkModuleParamsModuleContainmentGood { |
2 | import from LibCommon_time all; | |
3 | ||
4 | // good module, only module parameters | |
5 | modulepar integer mp_1; | |
6 | ||
7 | modulepar { | |
8 | integer mp_2; | |
9 | charstring mp_3; | |
10 | } | |
11 | ||
12 | group GroupedDefs{ | |
13 | modulepar integer mp_4; | |
14 | ||
15 | } | |
16 | } |
Note: See TracBrowser
for help on using the repository browser.