Simple Module I3TRTServer

Package: oversim.applications.i3.i3Apps
File: src/applications/i3/i3Apps/I3TriggerRoutingTime.ned

C++ definition

(no description)

I3TRTServer

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.

Parameters:

Name Type Default value Description
debugOutput bool
triggerTimeToLive int
serverPort int

Gates:

Name Direction Size Description
from_overlay input
to_overlay output
appIn input
appOut output
udpIn input
udpOut output
tcpIn input
tcpOut output

Source code:

simple I3TRTServer
{
    parameters:
        bool debugOutput;
        int triggerTimeToLive;
        int serverPort;

    gates:
        input from_overlay;
        output to_overlay;
        input appIn;
        output appOut;
        input udpIn;
        output udpOut;
        input tcpIn;
        output tcpOut;
}