Simple Module ConnectivityProbeQuon

Package: oversim.overlay.quon
File: src/overlay/quon/ConnectivityProbeQuon.ned

C++ definition

(no description)

ConnectivityProbeQuon

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

Parameters:

Name Type Default value Description
connectivityProbeIntervall double

interval after which to check connectivity

visualizeNetworkIntervall double
startPlotTime double

when to start plotting graphs, 0 = accross the whole simulation

plotPeriod double

how long graphs are plotted from startPlotTime on, 0 = until simulation ends

plotConnections bool
plotBindings bool
plotMissing bool

Properties:

Name Value Description
display i=block/network2

Source code:

simple ConnectivityProbeQuon
{
    parameters:
        double connectivityProbeIntervall @unit(s);    // interval after which to check connectivity
        double visualizeNetworkIntervall @unit(s);
        double startPlotTime @unit(s);                 // when to start plotting graphs, 0 = accross the whole simulation
        double plotPeriod @unit(s);                    // how long graphs are plotted from startPlotTime on, 0 = until simulation ends
        bool plotConnections;
        bool plotBindings;
        bool plotMissing;
        @display("i=block/network2");
}