Network MobileNetwork

Package: inet.examples.mobility
File: examples/mobility/MobileNetwork.ned

(no description)

MobileHost

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.

Parameters:

Name Type Default value Description
numHosts int

Properties:

Name Value Description
isNetwork
display bgb=600,400

Source code:

network MobileNetwork
{
    parameters:
        int numHosts;
        @display("bgb=600,400");
    submodules:
        host[numHosts]: MobileHost {
            parameters:
                @display("p=300,300;r=,,#707070");
        }
}