INetworkNodeVisualizer.ned

NED File src/inet/visualizer/contract/INetworkNodeVisualizer.ned

Name Type Description
INetworkNodeVisualizer module interface

This module interface allows configuring different INetworkNodeVisualizer submodules from INI files. Such a visualizer creates the visual representations of network nodes.

Source code

//
// Copyright (C) 2020 OpenSim Ltd.
//
// SPDX-License-Identifier: LGPL-3.0-or-later
//


package inet.visualizer.contract;

//
// This module interface allows configuring different ~INetworkNodeVisualizer
// submodules from INI files. Such a visualizer creates the visual representations
// of network nodes.
//
// @see ~NetworkNodeCanvasVisualizer, ~NetworkNodeOsgVisualizer, ~NetworkNodeVisualizer, ~NetworkNodeVisualizerBase
//
moduleinterface INetworkNodeVisualizer
{
    parameters:
        @display("i=block/app");
}