(no description)
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.
| Name | Type | Description |
|---|---|---|
| WirelessNode | compound module |
Standard host module for a wireless MiXiM host with configurable NIC, and OSI layers, and mobility module. |
| Name | Type | Description |
|---|---|---|
| PhyMacHost | compound module | (no description) |
| Name | Type | Default value | Description |
|---|---|---|---|
| networkType | string | "BaseNetwLayer" |
type of the network layer |
| transportType | string | "" |
type of the transport layer |
| sessionType | string | "" |
type of the session layer |
| presentationType | string | "" |
type of the presentation layer |
| applicationType | string | "" |
type of the application layer |
| mobilityType | string | "StationaryMobility" |
type of the mobility module |
| arpType | string | "BaseArp" |
type of address resolution module |
| nicType | string |
| Name | Value | Description |
|---|---|---|
| display | bgb=210,450,white;i=device/palm;b=40,40,rect | |
| node |
| Name | Direction | Size | Description |
|---|---|---|---|
| radioIn | input |
gate for sendDirect |
| Name | Type | Default value | Description |
|---|---|---|---|
| netwl.stats | bool |
stats switch |
|
| netwl.headerLength | int |
length of the network packet header (in bits) |
|
| tranl.stats | bool |
stats switch |
|
| tranl.headerLength | int |
length of the network packet header (in bits) |
|
| sessl.stats | bool |
stats switch |
|
| sessl.headerLength | int |
length of the network packet header (in bits) |
|
| presl.stats | bool |
stats switch |
|
| presl.headerLength | int |
length of the network packet header (in bits) |
|
| appl.headerLength | int |
length of the application message header (in bits) |
module WirelessNodeNetwl extends WirelessNode { parameters: transportType = default(""); //type of the transport layer sessionType = default(""); //type of the session layer presentationType = default(""); //type of the presentation layer applicationType = default(""); //type of the application layer connections allowunconnected: }