Simple Module NAMTrace

File: World/NAMTrace.ned

C++ definition: click here

NAMTrace manages a "nam" trace file which can be played back with ns2's Network ANimator, nam. The trace is actually written by NAMTraceWriter modules which should occur per host or router.

See also: NAMTraceWriter

Usage diagram:

The following diagram shows usage relationships between modules, networks and channels. Unresolved module (and channel) types are missing from the diagram. Click here to see the full picture.

Parameters:

Name Type Description
logfile string
prolog string

Source code:

simple NAMTrace
    parameters:
        logfile : string,
        prolog : string;
endsimple