aboutsummaryrefslogtreecommitdiffstats
path: root/library/L1CTL_PortType_CtrlFunct.ttcn
blob: 0f9cc94832cb3d1cba93200e21efcd7e331ccc2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
module L1CTL_PortType_CtrlFunct {

import from L1CTL_PortType all;
import from UD_Types all;

  external function f_L1CTL_setGetMsgLen(
    inout L1CTL_PT portRef,
    in integer id,
    inout f_UD_getMsgLen f,
    in ro_integer msgLenArgs
  );

}