Package: inet.visualizer.physicallayer
RadioOsgVisualizer
simple moduleThis module visualizes radios on a 3D osg scene.
See also: RadioCanvasVisualizer, RadioVisualizer, RadioVisualizerBase, IRadioVisualizer
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Extends
| Name | Type | Description |
|---|---|---|
| RadioVisualizerBase | simple module |
This is a base module for radio visualizer simple modules. |
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| visualizerTargetModule | string | " |
module path relative to the visualizer where the visualization should appear in the user interface, root 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 |
| subscriptionModule | string | " |
module where the visualizer subscribes for signals, root module by default |
| displayRadios | bool | false | |
| displayRadioMode | bool | true | |
| displayReceptionState | bool | true | |
| displayTransmissionState | bool | true | |
| radioFilter | string | "**" |
which radios are considered, matches all radios by default |
| radioModeImages | string | "block/process_vs block/timer_vs block/wrx_vs block/wtx_vs block/wrxtx_vs block/cogwheel_vs" | |
| receptionStateImages | string | "- - misc/reception misc/reception" | |
| transmissionStateImages | string | "- - misc/transmission" | |
| width | double | 16 | |
| height | double | 16 | |
| placementHint | string | "bottomRight" |
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 | RadioOsgVisualizer | |
| display | i=block/app_s |
Source code
// // This module visualizes radios on a 3D osg scene. // // @see ~RadioCanvasVisualizer, ~RadioVisualizer, ~RadioVisualizerBase, ~IRadioVisualizer // simple RadioOsgVisualizer extends RadioVisualizerBase like IRadioVisualizer { parameters: @class(RadioOsgVisualizer); }File: src/inet/visualizer/physicallayer/RadioOsgVisualizer.ned