IPhysicalLinkVisualizer

Package: inet.visualizer.contract

IPhysicalLinkVisualizer

module interface

This module interface allows configuring different IPhysicalLinkVisualizer submodules from INI files. Such a visualizer displays the active physical layer links in a network.

See also: PhysicalLinkCanvasVisualizer, PhysicalLinkOsgVisualizer, PhysicalLinkVisualizer, PhysicalLinkVisualizerBase

Inheritance diagram

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Implemented by

Name Type Description
PhysicalLinkCanvasVisualizer simple module

This module visualizes physical layer links on a 2D canvas. It displays an arrow for each active link in the network. See the documentation of the base module for what constitutes an active link. The arrow points from the source towards the destination. If a link is used in both directions then there are separate arrows for them. Each arrow fades out over time as the link becomes inactive unless it is reinforced by another packet. The arrow automatically follows the movement of mobile nodes.

PhysicalLinkOsgVisualizer simple module

This module visualizes physical layer links on a 3D osg scene. It displays an arrow for each active link in the network. See the documentation of the base module for what constitutes an active link. The arrow points from the source towards the destination. If a link is used in both directions then there are separate arrows for them. Each arrow fades out over time as the link becomes inactive unless it is reinforced by another packet. The arrow automatically follows the movement of mobile nodes.

PhysicalLinkVisualizer compound module

This module integrates canvas and osg data link 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.

PhysicalLinkVisualizer compound module

This module integrates canvas and osg data link visualizers into a single module.

Properties

Name Value Description
display i=block/app

Source code

//
// This module interface allows configuring different ~IPhysicalLinkVisualizer
// submodules from INI files. Such a visualizer displays the active physical
// layer links in a network.
//
// @see ~PhysicalLinkCanvasVisualizer, ~PhysicalLinkOsgVisualizer, ~PhysicalLinkVisualizer, ~PhysicalLinkVisualizerBase
//
moduleinterface IPhysicalLinkVisualizer
{
    parameters:
        @display("i=block/app");
}

File: src/inet/visualizer/contract/IPhysicalLinkVisualizer.ned