📄 simple.ned
字号:
simple Mobility parameters: minSpeed, // vel in m/s maxSpeed, movKind, //0 torus, 1 rebound XRange, YRange, pauseTime, //pause waited after reacing of a destination moveInterval, //time to elaps between two steps distance, //used in random waypoint target, //used in pursuit model speedVariator; gates: out: out;endsimplesimple Physic parameters: txPower, rxThreshold, channelDelay, channelDatarate, channelError; gates: in: fromMobility; in: fromMac; out: toMac;endsimplesimple Mac parameters: inBufferSize, promisqueMode : bool; gates: in: fromPh; in: fromRoute; out: toRoute; out: toPh;endsimplesimple Application parameters: rate, //paket per secod pktSize, hostNum, active, burstInterval; // time(s) between two data bursts gates: out: out;
in: in;endsimplesimple Routing gates: in: fromMac; in: fromApp; out: toMac;
out: toApp;endsimple//IEEE-802.11a channel//channel etere// delay 0.0001;// datarate 11.04858e+6 ; // 11Mbit/sec// error 0.000001;//endchannel
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -