Package: inet.visualizer.contract
IIntegratedVisualizer
module interfaceThis module interface allows configuring different ~IIntegratedVisualizer submodules from INI files. Integrated visualizers are compound modules, they don't 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 |
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. |
| IntegratedMultiVisualizer | compound module |
This module integrates canvas and osg visualizers into a single module. |
| IntegratedVisualizer | compound module |
This module integrates canvas and osg visualizers into a single module. |
Used in compound modules
| Name | Type | Description |
|---|---|---|
| IntegratedMultiVisualizer | compound module |
This module integrates canvas and osg visualizers into a single module. |
| IntegratedVisualizer | compound module |
This module integrates canvas and osg visualizers into a single module. |
Used in
| Name | Type | Description |
|---|---|---|
| AntennaDirectionalSelectivityExample | 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) |
| Scenario | network | (no description) |
| Synchronized | network | (no description) |
| TestNic | network | (no description) |
| TestRadioScaling | network | (no description) |
| Throughput | network | (no description) |
| Throughput | network | (no description) |
| WiredAndWirelessHostsWithAP | network | (no description) |
| WirelessA | network | (no description) |
| WirelessNetWith2DHCP | network | (no description) |
Properties
| Name | Value | Description |
|---|---|---|
| display | i=block/app |
Source code
// // This module interface allows configuring different ~IIntegratedVisualizer // submodules from INI files. Integrated visualizers are compound modules, they // don't 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