Simple Module GlobalDhtTestMap

Package: oversim.tier2.dhttestapp
File: src/tier2/dhttestapp/GlobalDhtTestMap.ned

C++ definition

Module with a global view on all currently stored DHT records (used by DHTTestApp).

GlobalDhtTestMap

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.

Properties:

Name Value Description
display t=GlobalDhtTestMap

Source code:

//
// Module with a global view on all currently stored DHT records
// (used by DHTTestApp).
//
simple GlobalDhtTestMap like IGlobalFunctions
{
    parameters:
        @display("t=GlobalDhtTestMap");
}