Interface for mobility modules
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.
If a module type shows up more than once, that means it has been defined in more than one NED file.
| BaseNode (compound module) | (no description) |
| Host80211 (compound module) |
Example host module using an 802.11 Network interface card. |
| HostBasic (compound module) |
Example host module for a basic MiXiM host with configurable NIC, network layer, application layer and mobility module. |
| HostBMAC (compound module) |
Example host module using a BMAC Network interface card. |
| HostLMAC (compound module) |
Example host module using a LMAC Network interface card. |
| Name | Type | Default value | Description |
|---|---|---|---|
| x | double |
x coordinate of the nodes' position (-1 = random) |
|
| y | double |
y coordinate of the nodes' position (-1 = random) |
|
| z | double |
z coordinate of the nodes' position (-1 = random) |
| Name | Value | Description |
|---|---|---|
| display | i=block/cogwheel |
// Interface for mobility modules moduleinterface IBaseMobility { parameters: double x; // x coordinate of the nodes' position (-1 = random) double y; // y coordinate of the nodes' position (-1 = random) double z; // z coordinate of the nodes' position (-1 = random) @display("i=block/cogwheel"); }