Skip to content

Commit

Permalink
showcases: Replaced references to IntegratedVisualizer to IntegratedC…
Browse files Browse the repository at this point in the history
…anvasVisualizer, used by default.
  • Loading branch information
adamgeorge309 authored and levy committed Jan 23, 2025
1 parent 60c1ed5 commit 17a161e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions showcases/visualizer/osg/earth/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ following network:
:width: 20%
:align: center

The network contains an :ned:`IntegratedVisualizer` and an
The network contains an :ned:`IntegratedCanvasVisualizer` and an
:ned:`OsgGeographicCoordinateSystem` module. The configuration from
:download:`omnetpp.ini <../omnetpp.ini>` is the following:

Expand All @@ -50,7 +50,7 @@ The network contains an :ned:`IntegratedVisualizer` and an
:language: ini

By default, the type of the scene visualizer module in
:ned:`IntegratedVisualizer` is :ned:`SceneOsgVisualizer`. Inserting the map
:ned:`IntegratedCanvasVisualizer` is :ned:`SceneOsgVisualizer`. Inserting the map
requires the :ned:`SceneOsgEarthVisualizer` module, thus, the default OSG
scene visualizer is replaced. The :ned:`SceneOsgEarthVisualizer`
provides the same functionality as :ned:`SceneOsgVisualizer` and adds
Expand Down
2 changes: 1 addition & 1 deletion showcases/wireless/directionalantennas/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ the ``DirectionalAntennasShowcase`` network:

The network contains two :ned:`AdhocHost` s, named ``source`` and
``destination``. There is also an :ned:`Ipv4NetworkConfigurator`, an
:ned:`IntegratedVisualizer`, and an :ned:`Ieee80211RadioMedium` module.
:ned:`IntegratedCanvasVisualizer`, and an :ned:`Ieee80211RadioMedium` module.

The source host is positioned in the center of the playground. The
destination host is configured to circle the source host, while the
Expand Down
2 changes: 1 addition & 1 deletion showcases/wireless/txop/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ The simulation uses the following network:
:align: center

It contains two :ned:`AdhocHost` modules, an :ned:`Ipv4NetworkConfigurator`,
an :ned:`Ieee80211RadioMedium` and an :ned:`IntegratedVisualizer` module.
an :ned:`Ieee80211RadioMedium` and an :ned:`IntegratedCanvasVisualizer` module.

The simulation is defined in the ``General`` configuration in :download:`omnetpp.ini <../omnetpp.ini>`.
There are two UDP applications in ``host1``, sending small (1200B) and large
Expand Down

0 comments on commit 17a161e

Please sign in to comment.