(no description)
The following diagram shows usage relationships between types.
Unresolved types are missing from the diagram.
The following diagram shows inheritance relationships for this type.
Unresolved types are missing from the diagram.
Name | Type | Default value | Description |
---|---|---|---|
debugOutput | bool | ||
triggerTimeToLive | int | ||
serverPort | int |
Name | Direction | Size | Description |
---|---|---|---|
from_overlay | input | ||
to_overlay | output | ||
appIn | input | ||
appOut | output | ||
udpIn | input | ||
udpOut | output |
simple I3TRTServer { parameters: bool debugOutput; int triggerTimeToLive; int serverPort; gates: input from_overlay; output to_overlay; input appIn; output appOut; input udpIn; output udpOut; }