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.
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Name | Type | Description |
---|---|---|
BurstHost | compound module |
Definition of an IP node with a transport generator that connects to IP directly, without TCP or UDP. |
Name | Value | Description |
---|---|---|
display | i=block/app |
// // Prototype for modules that generate traffic directly over IP. // // @see IPTrafGen, IPTrafSink // moduleinterface IPTrafficGenerator { @display("i=block/app"); gates: input ipIn @labels(IPControlInfo/up); input ipv6In @labels(IPv6ControlInfo/up); output ipOut @labels(IPControlInfo/down); output ipv6Out @labels(IPv6ControlInfo/down); }