Compound Module MessageObserverModule

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

(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.

Unassigned submodule parameters:

Name Type Default value Description
observer.gcInterval double 1.0
observer.cacheMaxAge double 10.0

Source code:

module MessageObserverModule like IGlobalFunctions
{
    submodules:
        observer: MessageObserver;
}