asyncappllayer.ned

来自「基于omnet++开发的Mf框架下的802.11协议仿真。」· NED 代码 · 共 14 行

NED
14
字号
simple AsyncApplLayer
    parameters:
		debug: bool, // debug switch
		headerLength: numeric const, // length of the application message header (in bits)
		iaitime: numeric, //generate msg period
		sourceAddress: numeric,
		destAddress: numeric,
		maxNumBurst:numeric,
		release_time:numeric,
		limit:numeric;
    gates:
		in: lowergateIn;
		out: lowergateOut;
endsimple

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?