Simple Module STPTester

Package: inet.linklayer.ieee8021d.tester
File: src/inet/linklayer/ieee8021d/tester/STPTester.ned

C++ definition

Network tester module Show if a network topology is loopfree, all nodes are connected or it has tree topology

STPTester

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.

Networks:

Name Type Description
SwitchNetwork network (no description)

Parameters:

Name Type Default value Description
checkTime double 500ms

Properties:

Name Value Description
display i=block/cogwheel_s

Source code:

//
// Network tester module
// Show if a network topology is loopfree, all nodes are connected or it has tree topology
//
simple STPTester
{
    parameters:
        double checkTime @unit("s") = default(500ms);

        @display("i=block/cogwheel_s");
}