Simple Module ConnectivityProbeApp

Package: oversim.applications.simplegameclient
File: src/applications/simplegameclient/GlobalCoordinator.ned

C++ definition

(no description)

ConnectivityProbeApp

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.

Used in compound modules:

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

GlobalCoordinatorModules (compound module) (no description)

Parameters:

Name Type Default value Description
connectivityProbeIntervall double

interval after which to check connectivity

Properties:

Name Value Description
display i=block/network2

Source code:

simple ConnectivityProbeApp
{
    parameters:
        double connectivityProbeIntervall @unit(s);    // interval after which to check connectivity
        @display("i=block/network2");
}