Package: inet.environment.ground
FlatGround
compound module(no description)
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); }File: src/inet/environment/ground/FlatGround.ned