Duplicate generator module.
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.
The following diagram shows inheritance relationships for this type. Unresolved 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.
PPPInterfaceWithDLDuplicatesGenerator (compound module) |
PPP interface. Complements the PPP module with an output queue for QoS and RED support. |
Name | Type | Default value | Description |
---|---|---|---|
duplicatesVector | string | "" |
the duplicatesVector format is "<packetNumber>;<packetNumber>;...;" packet numbers in ascending order e.g. "5;6;12;13;" |
Name | Value | Description |
---|---|---|
node | ||
display | i=status/busy |
Name | Direction | Size | Description |
---|---|---|---|
in | input | ||
out | output |
// // Duplicate generator module. // simple DuplicatesGenerator { parameters: @node(); string duplicatesVector = default(""); // the duplicatesVector format is "<packetNumber>;<packetNumber>;...;" // packet numbers in ascending order e.g. "5;6;12;13;" @display("i=status/busy"); gates: input in; output out; }