Simple Module AccessNet

Package: oversim.underlay.inetunderlay
File: src/underlay/inetunderlay/AccessNet.ned

C++ definition

Access net connects participating hosts over an access router with the backbone

AccessNet

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Used in compound modules:

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

Parameters:

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)

Properties:

Name Value Description
display i=block/table

Source code:

//
// 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)
}