Simple Module ConnectReaSE

Package: oversim.underlay.reaseunderlay
File: src/underlay/reaseunderlay/ConnectReaSE.ned

C++ definition

this module connects overlay terminals to ReaSE edge routers

ConnectReaSE

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.

Used in compound modules:

Name Type Description
ReaSEUnderlayNetworkBase compound module

The InetUnderlay ned-file

See also: ReaSEUnderlayConfigurator

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)

channelDiversity double 0

percentage a channel delay can differ from the channel type value

Properties:

Name Value Description
display i=block/table

Source code:

//
// this module connects overlay terminals to ReaSE edge routers
//
simple ConnectReaSE
{
    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)
        double channelDiversity = default(0); // percentage a channel delay can differ from the channel type value
}