Compound Module ReferenceCommunicationCache

Package: inet.physicallayer.communicationcache
File: src/inet/physicallayer/communicationcache/ReferenceCommunicationCache.ned

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.

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.

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);
}