Package: inet.physicallayer.wireless.common.communicationcache
ReferenceCommunicationCache
compound moduleThis communication cache model allows validating other implementations. It can be used to provide a reference for communication logs, simulation fingerprints, and statistical results that can be compared with results of other communication cache implementations.
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 | ReferenceCommunicationCache |
Source code
// // This communication cache model allows validating other implementations. It // can be used to provide a reference for communication logs, simulation // fingerprints, and statistical results that can be compared with results of // other communication cache implementations. // module ReferenceCommunicationCache like ICommunicationCache { parameters: @display("i=block/table2"); @class(ReferenceCommunicationCache); }File: src/inet/physicallayer/wireless/common/communicationcache/ReferenceCommunicationCache.ned