Module Interface IDYMO

Package: inet.routing.dymo
File: src/inet/routing/dymo/DYMO.ned

This module interface is used by DYMO implementations.

IDYMO

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.

Used in compound modules:

Name Type Description
DYMORouter compound module

TODO

Properties:

Name Value Description
display i=block/routing

Source code:

//
// This module interface is used by DYMO implementations.
//
moduleinterface IDYMO
{
    parameters:
        @display("i=block/routing");
    gates:
        input ipIn;
        output ipOut;
}