Access net connects participating hosts over an access router with the backbone
The following diagram shows usage relationships between types.
Unresolved types are missing from the diagram.
The following diagram shows inheritance relationships for this type.
Unresolved types are missing from the diagram.
If a module type shows up more than once, that means it has been defined in more than one NED file.
AccessRouter (compound module) |
Access router connects the access nets to the network backbone |
OverlayAccessRouter (compound module) |
Access router that participates in the overlay |
Name | Type | Default value | Description |
---|---|---|---|
channelTypes | string |
list of (tx) channel types (from common/channels.ned) |
|
channelTypesRx | string |
list of (rx) channel types (from common/channels.ned) |
Name | Value | Description |
---|---|---|
display | i=block/table |
// // Access net connects participating hosts over an access router with the backbone // simple AccessNet { parameters: @display("i=block/table"); string channelTypes; // list of (tx) channel types (from common/channels.ned) string channelTypesRx; // list of (rx) channel types (from common/channels.ned) }