Package: inet.physicallayer.communicationcache
MapCommunicationCache
compound moduleThis communication cache model stores radio, transmission and reception related intermediate computation results in map data structures. It's primarily useful for simulations with both static *and* dynamic radios, and with both short *and* long transmission durations.
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/table2 | |
class | MapCommunicationCache |
Source code
// // This communication cache model stores radio, transmission and reception // related intermediate computation results in map data structures. It's primarily // useful for simulations with both static *and* dynamic radios, and with both // short *and* long transmission durations. // module MapCommunicationCache like ICommunicationCache { parameters: @display("i=block/table2"); @class(MapCommunicationCache); }File: src/inet/physicallayer/communicationcache/MapCommunicationCache.ned