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.
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.
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) |
Name | Type | Description |
---|---|---|
channelClass | string | e.g. "ThruputMeteringChannel" |
channelAttrs | string | params for the channel class, e.g. "format=N (U)" |
simple ChannelInstaller parameters: channelClass: string, // e.g. "ThruputMeteringChannel" channelAttrs: string; // params for the channel class, e.g. "format=N (U)" endsimple