Package: inet.linklayer.ieee80211.mac
Rx
simple moduleThe default implementation of IRx.
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Properties
Name | Value | Description |
---|---|---|
display | i=block/rx |
Signals
Name | Type | Unit |
---|---|---|
packetDropped | inet::Packet | |
navChanged | simtime_t |
Statistics
Name | Title | Source | Record | Unit | Interpolation Mode |
---|---|---|---|---|---|
nav | network allocation vector | navChanged | vector | linear |
Source code
// // The default implementation of ~IRx. // simple Rx like IRx { parameters: @display("i=block/rx"); @signal[navChanged](type=simtime_t); @signal[packetDropped](type=inet::Packet); @statistic[nav](title="network allocation vector"; source=navChanged; record=vector; interpolationmode=linear); }File: src/inet/linklayer/ieee80211/mac/Rx.ned