aboutsummaryrefslogtreecommitdiffstats
path: root/library/L1CTL_PortType_CtrlFunctDef.cc
blob: 0a6df4d5cb63dad7e8c661a441f8538fc83b3e39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#include "UD_PortType.hh"
#include "L1CTL_PortType.hh"
#include "UD_PT.hh"

namespace L1CTL__PortType__CtrlFunct {

	void f__L1CTL__setGetMsgLen(
		L1CTL__PortType::L1CTL__PT& portRef,
		const INTEGER& id,
		Socket__API__Definitions::f__getMsgLen& f,
		const Socket__API__Definitions::ro__integer& msgLenArgs) {
			f__UD__PT_PROVIDER__setGetMsgLen(portRef, id, f, msgLenArgs);
	}

}