Simple Module IPTrafSink

Package: inet.applications.generic
File: src/applications/generic/IPTrafGen.ned

C++ definition: click here

Consumes and prints packets received from the IP module. Compatible with both IPv4 and IPv6.

IPTrafSink

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.

Gates:

Name Direction Size Description
ipIn input
ipv6In input
ipOut output
ipv6Out output

Source code:

//
// Consumes and prints packets received from the IP module.
// Compatible with both IPv4 and IPv6.
//
simple IPTrafSink like IPTrafficGenerator
{
    gates:
        input ipIn;
        input ipv6In;
        output ipOut;
        output ipv6Out;
}