Package: inet.visualizer.contract
IRoutingTableVisualizer
module interfaceThis module interface allows configuring different IRoutingTableVisualizer submodules from INI files. Such a visualizer displays routes present in the routing tables of a network.
See also: RoutingTableCanvasVisualizer, RoutingTableOsgVisualizer, RoutingTableVisualizer, RoutingTableVisualizerBase
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Implemented by
Name | Type | Description |
---|---|---|
RoutingTableCanvasVisualizer | simple module |
This module visualizes routes in the routing tables on a 2D canvas. It displays an arrow for each route in the routing tables of the network. The arrow points from the node containing the routing table towards the gateway. The arrow automatically follows the movement of mobile nodes. |
RoutingTableOsgVisualizer | simple module |
This module visualizes routes in the routing tables on a 3D osg scene. It displays an arrow for each route in the routing tables of the network. The arrow points from the node containing the routing table towards the gateway. The arrow automatically follows the movement of mobile nodes. |
RoutingTableVisualizer | compound module |
This module integrates canvas and osg routing table 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. |
RoutingTableVisualizer | compound module |
This module integrates canvas and osg routing table visualizers into a single module. |
Properties
Name | Value | Description |
---|---|---|
display | i=block/app |
Source code
// // This module interface allows configuring different ~IRoutingTableVisualizer // submodules from INI files. Such a visualizer displays routes present in the // routing tables of a network. // // @see ~RoutingTableCanvasVisualizer, ~RoutingTableOsgVisualizer, ~RoutingTableVisualizer, ~RoutingTableVisualizerBase // moduleinterface IRoutingTableVisualizer { parameters: @display("i=block/app"); }File: src/inet/visualizer/contract/IRoutingTableVisualizer.ned