blob: 0f9cc94832cb3d1cba93200e21efcd7e331ccc2f [file] [log] [blame]
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
);
}