AppContainer
Package: inet.showcases.emulation.mininet
AppContainer
network(no description)
Usage diagram
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.
Properties
| Name | Value | Description |
|---|---|---|
| isNetwork |
Unassigned submodule parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| udp.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| udp.namespace | string | "" | |
| udp.packetNameFormat | string | "Ext-%p-%t-%n" |
Source code
network AppContainer { submodules: app: <> like IApp; udp: ExtLowerUdp; connections: app.socketOut --> udp.appIn; app.socketIn <-- udp.appOut; }File: showcases/emulation/mininet/AppContainer.ned