Compound Module RepositoryModules

File: Applications/SimpleClient/Repository.ned

(no description)

repository: Repository neighborsList: NeighborsList

Usage diagram:

The following diagram shows usage relationships between modules, networks and channels. Unresolved module (and channel) types are missing from the diagram. Click here to see the full picture.

Contains the following modules:

If a module type shows up more than once, that means it has been defined in more than one NED file.

NeighborsList

@file NeighborsList.ned

Author: Helge Backhaus

Repository (no description)

Parameters:

Name Type Description
connectivityCheckTimeout numeric

Unassigned submodule parameters:

Name Type Description

Source code:

module RepositoryModules
    parameters:
        connectivityCheckTimeout: numeric;

    submodules:
        repository: Repository;
            parameters:
                connectivityCheckTimeout=connectivityCheckTimeout;
            display: "i=block/app";
        neighborsList: NeighborsList;
            display: "p=180,60;i=block/table";
endmodule