IIntegratedVisualizer

Package: inet.visualizer.contract

IIntegratedVisualizer

module interface

Interface allows configuring different ~IIntegratedVisualizer submodules from INI files. Integrated visualizers are compound modules, they do not display anything on their own. Instead, they combine multiple visualizers, most often simple modules, to provide a convenient way to add complex visualizations to a simulation.

<b>See also:</b> ~IntegratedCanvasVisualizer, ~IntegratedOsgVisualizer, ~IntegratedVisualizer

Inheritance diagram

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

Implemented by

Name Type Description
IntegratedCanvasVisualizer compound 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

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

Integrates all osg visualizers into a single module. It supports disabling any submodule visualizer by providing an empty string as its type.

IntegratedMultiVisualizer compound module

Integrates canvas and osg visualizers into a single module.

IntegratedOsgVisualizer compound module

Integrates all osg visualizers into a single module. It supports disabling any submodule visualizer by providing an empty string as its type.

IntegratedVisualizer compound module

Integrates canvas and osg visualizers into a single module.

Used in compound modules

Name Type Description
IntegratedMultiVisualizer compound module

Integrates canvas and osg visualizers into a single module.

IntegratedVisualizer compound module

Integrates canvas and osg visualizers into a single module.

Used in

Name Type Description
AntennaDirectionalSelectivityExample network (no description)
AODVNetwork network

AODV network with an external Ethernet-connected host that can receive traffic from the wireless AODV network. The router acts as the gateway between the wireless AODV network and the wired Ethernet network.

AODVNetworkWithEthernet network

Extended AODV network with an additional Ethernet-connected host that can receive traffic from the wireless AODV network.

BabelShowcase network (no description)
ComboExample network (no description)
ComplexConfiguratorNetwork network (no description)
Crosstalk network (no description)
DynamicRadioNetwork network (no description)
ErrorRateTest network (no description)
HandoverNetwork network (no description)
Lan80211 network (no description)
Lan80211ac network (no description)
Layered80211 network (no description)
LayeredApsk network (no description)
MultiRadio network (no description)
Net network (no description)
Net80211 network (no description)
NetworkBase network (no description)
ObstacleTest network (no description)
PowerNetwork network (no description)
RipNetworkA network (no description)
RipNetworkB network (no description)
RipNetworkC network (no description)
Scenario network (no description)
Synchronized network (no description)
TestNic network (no description)
TestRadioScaling network (no description)
Throughput network (no description)
Throughput network (no description)
TimeAwareShapingShowcaseNetwork network (no description)
WebserverShowcase network (no description)
WiredAndWirelessHostsWithAP network (no description)
WirelessA network (no description)
WirelessNetWith2DHCP network (no description)
WirelessNetWithDHCP network (no description)

Properties

Name Value Description
display i=block/app

Source code

//
// Interface allows configuring different ~IIntegratedVisualizer
// submodules from INI files. Integrated visualizers are compound modules, they
// do not display anything on their own. Instead, they combine multiple
// visualizers, most often simple modules, to provide a convenient way to add
// complex visualizations to a simulation.
//
// @see ~IntegratedCanvasVisualizer, ~IntegratedOsgVisualizer, ~IntegratedVisualizer
//
moduleinterface IIntegratedVisualizer
{
    parameters:
        @display("i=block/app");
}

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