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. 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.

Used in compound modules:

Name Type Description
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");
}