Simple Module GlobalTraceManager

Package: oversim.common
File: src/common/GlobalTraceManager.ned

C++ definition

(no description)

GlobalTraceManager

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
GlobalObserver compound module

global module that contains the globalNodeList and the globalStatistics module

Parameters:

Name Type Default value Description
traceFile string

file name of the trace file

Properties:

Name Value Description
display i=block/control

Source code:

simple GlobalTraceManager
{
    parameters:
        string traceFile;    // file name of the trace file
        @display("i=block/control");
}