A host for demonstrating mobility models only -- it contains no protocol layers at all.
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.
MobileNet (network) | (no description) |
Name | Type | Default value | Description |
---|---|---|---|
mobilityType | string |
Name | Value | Description |
---|---|---|
node | ||
display | i=device/pocketpc_s |
// // A host for demonstrating mobility models only -- it contains // no protocol layers at all. // module PlainMobilityHost { parameters: @node(); string mobilityType; @display("i=device/pocketpc_s"); submodules: notificationBoard: NotificationBoard { parameters: @display("p=70,67"); } mobility: <mobilityType> like BasicMobility { parameters: @display("p=132,141"); } }