EnergyStorageOsgVisualizer

Package: inet.visualizer.osg.power

EnergyStorageOsgVisualizer

simple module

This module visualizes energyStorages on a 3D osg scene.

See also: EnergyStorageCanvasVisualizer, EnergyStorageVisualizer, EnergyStorageVisualizerBase, IEnergyStorageVisualizer

Inheritance diagram

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

Extends

Name Type Description
EnergyStorageVisualizerBase simple module

This is a base module for energy storage visualizer simple modules.

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

displayEnergyStorages bool false
energyStorageFilter string "**"

which energy storages are considered, matches all energy storages by default

color string "green"
width double 8
height double 24
spacing double 2
placementHint string "right"

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 EnergyStorageOsgVisualizer
display i=block/app

Source code

//
// This module visualizes energyStorages on a 3D osg scene.
//
// @see ~EnergyStorageCanvasVisualizer, ~EnergyStorageVisualizer, ~EnergyStorageVisualizerBase, ~IEnergyStorageVisualizer
//
simple EnergyStorageOsgVisualizer extends EnergyStorageVisualizerBase like IEnergyStorageVisualizer
{
    parameters:
        @class(EnergyStorageOsgVisualizer);
}

File: src/inet/visualizer/osg/power/EnergyStorageOsgVisualizer.ned