Package: inet.linklayer.ieee8021d.tester
StpTester
simple moduleNetwork tester module. Shows if a network topology is loopfree, all nodes are connected or it has tree topology.
Parameters
Name | Type | Default value | Description |
---|---|---|---|
checkTime | double | 500ms |
Properties
Name | Value | Description |
---|---|---|
display | i=block/cogwheel |
Scheduled messages (observed)
msg | kind | ctrl | tags | msgname | context |
---|---|---|---|---|---|
omnetpp::cMessage | 0 | checktime |
Direct method calls (observed)
call to | function | info |
---|---|---|
InterfaceTable | inet::InterfaceTable::findInterfaceByNodeOutputGateId | findInterfaceByNodeOutputGateId |
Tagging operations (observed)
tagType | tagAction |
---|---|
inet::Ieee8021dInterfaceData | findTag |
Source code
// // Network tester module. // Shows 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"); }File: src/inet/linklayer/ieee8021d/tester/StpTester.ned