Simple Module ChannelInstaller

File: World/ChannelInstaller.ned

C++ definition: click here

Replaces channel objects in the network.

This module is a temporary solution until the NED infrastructure gets extended to accomodate channel classes.

Usage diagram:

The following diagram shows usage relationships between modules, networks and channels. Unresolved module (and channel) types are missing from the diagram. Click here to see the full picture.

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.

NClients (no description)
RouterPerfNetwork (no description)
REDTestDebug (no description)
REDTest (no description)
REDTestTh (no description)
R37 (no description)
MixedLAN

Sample Ethernet LAN containing eight hosts, a switch and a bus.

OSPF_AreaTest (no description)
Backbone (no description)
OSPF_TestNetwork (no description)
SimpleTest (no description)
QuaggaOSPFBackbone (no description)
ZebraTest (no description)
SimpleTest (no description)

Parameters:

Name Type Description
channelClass string

e.g. "ThruputMeteringChannel"

channelAttrs string

params for the channel class, e.g. "format=N (U)"

Source code:

simple ChannelInstaller
    parameters:
        channelClass: string, // e.g. "ThruputMeteringChannel"
        channelAttrs: string; // params for the channel class, e.g. "format=N (U)"
endsimple