ReferenceCommunicationCache

Package: inet.physicallayer.wireless.common.communicationcache

ReferenceCommunicationCache

compound module

This communication cache model allows validation of other implementations. It can be used to provide a reference for communication logs, simulation fingerprints, and statistical results that can be compared with the results of other communication cache implementations.

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

Properties

Name Value Description
class ReferenceCommunicationCache
display i=block/table2

Source code

//
// This communication cache model allows validation of other implementations. It
// can be used to provide a reference for communication logs, simulation
// fingerprints, and statistical results that can be compared with the results of
// other communication cache implementations.
//
module ReferenceCommunicationCache extends Module like ICommunicationCache
{
    parameters:
        @display("i=block/table2");
        @class(ReferenceCommunicationCache);
}

File: src/inet/physicallayer/wireless/common/communicationcache/ReferenceCommunicationCache.ned