Simple Module MessageObserver

Package: oversim.applications.almtest
File: src/applications/almtest/MessageObserver.ned

C++ definition

(no description)

MessageObserver

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.

Used in compound modules:

Name Type Description
MessageObserverModule compound module (no description)

Parameters:

Name Type Default value Description
gcInterval double 1.0
cacheMaxAge double 10.0

Properties:

Name Value Description
display i=block/app

Source code:

simple MessageObserver
{
    parameters:
        @display("i=block/app");
        double gcInterval = default(1.0);
        double cacheMaxAge = default(10.0);
}