Compound Module FlatGround

Package: inet.environment.ground
File: src/inet/environment/ground/FlatGround.ned

(no description)

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.

Parameters:

Name Type Default value Description
elevation double 0m

Properties:

Name Value Description
class FlatGround

Source code:

module FlatGround like IGround
{
    parameters:
        double elevation @unit(m) = default(0m);
        @class(FlatGround);
}