Simple Module TunLoopbackApp

Package: inet.applications.tunapp
File: src/inet/applications/tunapp/TunLoopbackApp.ned

C++ definition

(no description)

TunLoopbackApp

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Properties:

Name Value Description
display i=block/app

Gates:

Name Direction Size Description
tunIn input
tunOut output

Source code:

simple TunLoopbackApp like ITunApp
{
    parameters:
        @display("i=block/app");
    gates:
        input tunIn @labels(TunInterface/up);
        output tunOut @labels(TunInterface/down);
}