Package: inet.visualizer.contract
IIeee80211Visualizer
module interfaceInterface allows configuring different ~IIeee80211Visualizer submodules from INI files. Such a visualizer displays IEEE 802.11 network interface associations.
<b>See also:</b> ~Ieee80211CanvasVisualizer, ~Ieee80211OsgVisualizer, ~Ieee80211Visualizer, ~Ieee80211VisualizerBase
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Implemented by
| Name | Type | Description |
|---|---|---|
| Ieee80211CanvasVisualizer | simple module |
Visualizes IEEE 802.11 associations on a 2D canvas. It displays an icon labeled with the SSID for each associated wireless interface. |
| Ieee80211OsgVisualizer | simple module |
Visualizes IEEE 802.11 associations in a 3D osg scene. It displays an icon labeled with the SSID for each associated wireless interface. |
| Ieee80211Visualizer | compound module |
Integrates canvas and osg IEEE 802.11 association visualizers into a single module. |
Used in compound modules
| Name | Type | Description |
|---|---|---|
| Ieee80211Visualizer | compound module |
Integrates canvas and osg IEEE 802.11 association visualizers into a single module. |
| 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. |
| 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. |
Extends
| Name | Type | Description |
|---|---|---|
| IVisualizer | module interface |
Base interface for all visualizer module interfaces in the INET Framework. Defines common parameters for specifying visualization target and subject modules. Visualizers provide graphical representation of various aspects of network simulation, such as links, traffic flows, routing paths, and network state information. |
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| visualizationTargetModule | string | ||
| visualizationSubjectModule | string |
Properties
| Name | Value | Description |
|---|---|---|
| display | i=block/app |
Source code
// // Interface allows configuring different ~IIeee80211Visualizer // submodules from INI files. Such a visualizer displays IEEE 802.11 network // interface associations. // // @see ~Ieee80211CanvasVisualizer, ~Ieee80211OsgVisualizer, ~Ieee80211Visualizer, ~Ieee80211VisualizerBase // moduleinterface IIeee80211Visualizer extends IVisualizer { parameters: @display("i=block/app"); }File: src/inet/visualizer/contract/IIeee80211Visualizer.ned