mac80211.ned
来自「基于omnet++开发的Mf框架下的802.11协议仿真。」· NED 代码 · 共 44 行
NED
44 行
//***************************************************************************//* file: Mac80211.ned//*//* author: Marc L鯾bers//*//* copyright: (C) 2004 Telecommunication Networks Group (TKN) at//* Technische Universitaet Berlin, Germany.//*//* This program is free software; you can redistribute it //* and/or modify it under the terms of the GNU General Public //* License as published by the Free Software Foundation; either//* version 2 of the License, or (at your option) any later //* version.//* For further information see file COPYING //* in the top level directory//***************************************************************************//* part of: framework implementation developed by tkn//* description: MAC layer class for 802.11//***************************************************************************//* changelog: $Revision$//* last modified: $Date: 2004-09-28 00:46:06 +0200 (Tue, 28 Sep 2004) $//* by: $Author: omfw-willkomm $//**************************************************************************/simple Mac80211 parameters: debug : bool, // debug switch maxQueueSize: numeric const, rtsCts: bool, bitrate: numeric, rxEnergy:numeric, txEnergy:numeric, idleEnergy:numeric, retryLimit:numeric, headerLength: numeric, broadcastBackoff : numeric const; gates: in: uppergateIn; out: uppergateOut; in: lowergateIn; out: lowergateOut;endsimple
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?