Package: inet.visualizer.contract
ITransportRouteVisualizer
module interfaceThis module interface allows configuring different ITransportRouteVisualizer submodules from INI files. Such a visualizer displays active transport routes in a network.
See also: TransportRouteCanvasVisualizer, TransportRouteOsgVisualizer, TransportRouteVisualizer
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Implemented by
Name | Type | Description |
---|---|---|
TransportRouteCanvasVisualizer | simple module |
This module visualizes transport layer routes on a 2D canvas. It displays an polyline arrow for each active route in the network. See the documentation of the base module for what constitutes an active route. The arrow points from the source towards the destination. If a route is used in both directions then there are separate pathes for them. Each polyline fades out over time as the route becomes inactive unless it is reinforced by another packet. The polyline automatically follows the movement of mobile nodes. |
TransportRouteOsgVisualizer | simple module |
This module visualizes transport layer routes on a 3D osg scene. It displays an polyline arrow for each active route in the network. See the documentation of the base module for what constitutes an active route. The arrow points from the source towards the destination. If a route is used in both directions then there are separate pathes for them. Each polyline fades out over time as the route becomes inactive unless it is reinforced by another packet. The polyline automatically follows the movement of mobile nodes. |
TransportRouteVisualizer | compound module |
This module integrates canvas and osg transport route visualizers into a single module. |
Used in compound modules
Name | Type | Description |
---|---|---|
IntegratedCanvasVisualizer | compound module |
This module integrates all canvas visualizers into a single module. It supports disabling any submodule visualizer by providing an empty string as its type. |
IntegratedMultiCanvasVisualizer | compound module |
This module integrates all canvas visualizers into a single module. It supports disabling any submodule visualizer by providing an empty string as its type. |
IntegratedMultiOsgVisualizer | compound module |
This module integrates all osg visualizers into a single module. It supports disabling any submodule visualizer by providing an empty string as its type. |
IntegratedOsgVisualizer | compound module |
This module integrates all osg visualizers into a single module. It supports disabling any submodule visualizer by providing an empty string as its type. |
TransportRouteVisualizer | compound module |
This module integrates canvas and osg transport route visualizers into a single module. |
Properties
Name | Value | Description |
---|---|---|
display | i=block/app |
Source code
// // This module interface allows configuring different ~ITransportRouteVisualizer // submodules from INI files. Such a visualizer displays active transport routes // in a network. // // @see ~TransportRouteCanvasVisualizer, ~TransportRouteOsgVisualizer, ~TransportRouteVisualizer // moduleinterface ITransportRouteVisualizer { parameters: @display("i=block/app"); }File: src/inet/visualizer/contract/ITransportRouteVisualizer.ned