Simple Module I3TRTServer

File: Applications/i3/i3Apps/I3TriggerRoutingTime.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.

Parameters:

Name Type Description
debugOutput bool
triggerTimeToLive numeric
serverPort numeric

Gates:

Name Direction Description
from_overlay input
to_overlay output
from_app input
to_app output
from_udp input
to_udp output

Source code:

simple I3TRTServer
	parameters:
		debugOutput: bool,
		triggerTimeToLive,
		serverPort;

	gates:
		in: from_overlay;
		out: to_overlay;
		in: from_app;
		out: to_app;
		in: from_udp;
		out: to_udp;	
endsimple