Module Interface IGround

Package: inet.environment.contract
File: src/inet/environment/contract/IGround.ned

(no description)

IGround

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.

Used in compound modules:

Name Type Description
PhysicalEnvironment compound module

The propagation of communication signals, the movement of communicating agents, or battery exhaustion depend on the surrounding physical environment. For example, signals can be absorbed by objects, can pass through objects, can be refracted by surfaces, can be reflected from surfaces, etc.

Properties:

Name Value Description
display i=block/table

Source code:

moduleinterface IGround
{
    parameters:
        @display("i=block/table");
}