Network VisualizationC

Package: inet.tutorials.visualization
File: tutorials/visualization/VisualizationNetworks.ned

(no description)

IntegratedVisualizer OsgGeographicCoordinateSystem

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.

Inheritance diagram:

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

Extends:

Name Type Description
VisualizationB network (no description)

Known subclasses:

Name Type Description
VisualizationD network (no description)

Properties:

Name Value Description
isNetwork
display bgb=0,0

Unassigned submodule parameters:

Name Type Default value Description
coordinateSystem.playgroundLatitude double

latitude coordinate of the playground origin

coordinateSystem.playgroundLongitude double

longitude coordinate of the playground origin

coordinateSystem.playgroundAltitude double 0m

altitude coordinate of the playground origin

coordinateSystem.playgroundHeading double 0deg

heading of the playground

coordinateSystem.playgroundElevation double 0deg

elevation of the playground

coordinateSystem.playgroundBank double 0deg

bank of the playground

Source code:

network VisualizationC extends VisualizationB
{
    parameters:
        @display("bgb=0,0");
}
//#### doxygen marker