ILinkBreakVisualizer

Package: inet.visualizer.contract

ILinkBreakVisualizer

module interface

This module interface allows configuring different ILinkBreakVisualizer submodules from INI files. Such a visualizer displays the data link breaks in a network.

See also: LinkBreakCanvasVisualizer, LinkBreakOsgVisualizer, LinkBreakVisualizer, LinkBreakVisualizerBase

Inheritance diagram

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

Implemented by

Name Type Description
LinkBreakCanvasVisualizer simple module

This module visualizes link breaks on a 2D canvas. It displays an icon for each link break in the network. See the documentation of the base module for what constitutes a link break. The icon is positioned at the middle point of the link.

LinkBreakOsgVisualizer simple module

This module visualizes link breaks on a 3D osg scene. It displays an icon for each link break in the network. See the documentation of the base module for what constitutes a link break. The icon is positioned at the middle point of the link.

LinkBreakVisualizer compound module

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

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.

LinkBreakVisualizer compound module

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

Properties

Name Value Description
display i=block/app_s

Source code

//
// This module interface allows configuring different ~ILinkBreakVisualizer
// submodules from INI files. Such a visualizer displays the data link breaks
// in a network.
//
// @see ~LinkBreakCanvasVisualizer, ~LinkBreakOsgVisualizer, ~LinkBreakVisualizer, ~LinkBreakVisualizerBase
//
moduleinterface ILinkBreakVisualizer
{
    parameters:
        @display("i=block/app_s");
}
File: src/inet/visualizer/contract/ILinkBreakVisualizer.ned