NeighborListNeighborCache
Package: inet.physicallayer.wireless.common.neighborcache
NeighborListNeighborCache
compound moduleThis neighbor cache model maintains a separate periodically updated neighbor list for each radio.
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Extends
| Name | Type | Description |
|---|---|---|
| Module | compound module |
Base module for all INET compound modules. |
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| radioMediumModule | string | "^" | |
| range | double | ||
| refillPeriod | double |
Properties
| Name | Value | Description |
|---|---|---|
| class | NeighborListNeighborCache | |
| display | i=block/table2 |
Source code
// // This neighbor cache model maintains a separate periodically updated neighbor // list for each radio. // module NeighborListNeighborCache extends Module like INeighborCache { parameters: string radioMediumModule = default("^"); double range @unit(m); double refillPeriod @unit(s); @display("i=block/table2"); @class(NeighborListNeighborCache); }File: src/inet/physicallayer/wireless/common/neighborcache/NeighborListNeighborCache.ned