Simple Module OverlayDummy

File: Applications/i3/OverlayDummy.ned

C++ definition: click here

(no description)

Usage diagram:

The following diagram shows usage relationships between modules, networks and channels. Unresolved module (and channel) types are missing from the diagram. Click here to see the full picture.

Gates:

Name Direction Description
from_udp input

gate from the UDP layer

from_app input

gate from the application

to_udp output

gate to the UDP layer

to_app output

gate to the application

Source code:

simple OverlayDummy
    gates:
            in: from_udp;    // gate from the UDP layer
            in: from_app;    // gate from the application
            out: to_udp;    // gate to the UDP layer
            out: to_app;    // gate to the application
endsimple