Package: inet.visualizer.osg.linklayer
Ieee80211OsgVisualizer
simple moduleThis module visualizes IEEE 802.11 associations on a 3D osg scene. It displays an icon labelled with the SSID for each associated wireless interface.
See also: Ieee80211CanvasVisualizer, Ieee80211Visualizer, Ieee80211VisualizerBase, IIeee80211Visualizer
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Extends
Name | Type | Description |
---|---|---|
Ieee80211VisualizerBase | simple module |
This is a base module for IEEE 802.11 association visualizer simple modules. It keeps track of wireless interface associations by subscribing to a number of signals at the provided subscription module. |
Parameters
Name | Type | Default value | Description |
---|---|---|---|
visualizationTargetModule | string | "^" |
module path relative to the visualizer which determines where the visualization should appear in the user interface, parent module by default |
visualizationSubjectModule | string | "^" |
module path relative to the visualizer which determines what part of the simulation model the visualizer displays in the user interface, parent module by default |
tags | string | "" |
tag added to each visualization for disambiguation in the runtime environment |
networkNodeVisualizerModule | string | "^.networkNodeVisualizer" |
module path to the network node visualizer module, refers to a sibling submodule by default |
displayAssociations | bool | false |
display association icon and SSID, disabled by default |
nodeFilter | string | "*" |
which nodes are considered, matches all nodes by default |
interfaceFilter | string | "*" |
which interfaces are considered, matches all interfaces by default |
minPower | double | -85dBm |
minimum expected signal power |
maxPower | double | -50dBm |
maximum expeceted signal power |
icons | string | "misc/signal_power_0 misc/signal_power_1 misc/signal_power_2 misc/signal_power_3" |
wireless network visualization icon for different signal powers |
iconColor | string | "dark" |
wireless network icon color is a list of colors, a set of dark colors by default |
labelFont | string | " |
label font, automatic by default |
labelColor | string | "black" |
label color, black by default |
placementHint | string | "top" |
annotation placement hint, space separated list of any, top, bottom, left, right, topLeft, topCenter, topRight, etc. |
placementPriority | double | 0 |
determines the order of annotation positioning |
Properties
Name | Value | Description |
---|---|---|
class | Ieee80211OsgVisualizer | |
display | i=block/app |
Source code
// // This module visualizes IEEE 802.11 associations on a 3D osg scene. It displays // an icon labelled with the SSID for each associated wireless interface. // // @see ~Ieee80211CanvasVisualizer, ~Ieee80211Visualizer, ~Ieee80211VisualizerBase, ~IIeee80211Visualizer // simple Ieee80211OsgVisualizer extends Ieee80211VisualizerBase like IIeee80211Visualizer { parameters: @class(Ieee80211OsgVisualizer); }File: src/inet/visualizer/osg/linklayer/Ieee80211OsgVisualizer.ned