source: trunk/t3d-examples/t3dtest/undocumentedParameters.ttcn3 @ 7

Last change on this file since 7 was 7, checked in by phdmakk, 14 years ago
File size: 470 bytes
Line 
1module undocumentedParameters {
2
3
4// * @param newparam1 paramdescription
5// * @param newparam5 paramdescription
6// * @param newparam3 paramdescription
7import from module_with_moduleParameters recursive all;
8                        function f_test2 (inout StringStack newparam1, in charstring  newparam2, in charstring  newparam3, in charstring  newparam4) runs on floor return integer{
9                        p_stack.stringItems[p_stack.stackSize] := p_item;
10                        p_stack.stackSize := p_stack.stackSize + 1;
11                }
12}
Note: See TracBrowser for help on using the repository browser.