Simple Module ConnectivityProbe

Package: oversim.overlay.vast
File: src/overlay/vast/ConnectivityProbe.ned

C++ definition

(no description)

ConnectivityProbe

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
GlobalVastModules compound module (no description)

Parameters:

Name Type Default value Description
connectivityProbeIntervall double

interval after which to check connectivity

visualizeNetworkIntervall double
plotConnections bool
plotMissing bool

Properties:

Name Value Description
display i=block/network2

Source code:

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