blob: 0a6df4d5cb63dad7e8c661a441f8538fc83b3e39 [file] [log] [blame]
Harald Welte6fc784e2018-02-25 23:31:37 +01001#include "UD_PortType.hh"
2#include "L1CTL_PortType.hh"
3#include "UD_PT.hh"
4
5namespace L1CTL__PortType__CtrlFunct {
6
7 void f__L1CTL__setGetMsgLen(
8 L1CTL__PortType::L1CTL__PT& portRef,
9 const INTEGER& id,
10 Socket__API__Definitions::f__getMsgLen& f,
11 const Socket__API__Definitions::ro__integer& msgLenArgs) {
12 f__UD__PT_PROVIDER__setGetMsgLen(portRef, id, f, msgLenArgs);
13 }
14
15}