Prototype for modules that generate traffic directly over IP.
See also: IPTrafGen, IPTrafSink
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.
BurstHost (compound module) |
Definition of an IP node with a transport generator that connects to IP directly, without TCP or UDP. |
// // Prototype for modules that generate traffic directly over IP. // // @see IPTrafGen, IPTrafSink // moduleinterface IPTrafficGenerator { gates: input ipIn; input ipv6In; output ipOut; output ipv6Out; }