Compound Module VectorCommunicationCache

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

This communication cache model stores radio, transmission and reception related intermediate computation results in vector data structures. It's primarily useful for simulations with *either* static *or* short lived dynamic radios, and with only short transmission durations.

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 VectorCommunicationCache

Source code:

//
// This communication cache model stores radio, transmission and reception
// related intermediate computation results in vector data structures. It's
// primarily useful for simulations with *either* static *or* short lived dynamic
// radios, and with only short transmission durations.
//
module VectorCommunicationCache like ICommunicationCache
{
    parameters:
        @display("i=block/table2");
        @class(VectorCommunicationCache);
}