File: Common/GlobalTraceManager.ned
C++ definition: click here
(no description)
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.
If a module type shows up more than once, that means it has been defined in more than one NED file.
GlobalObserver | global module that contains the bootstrapOracle and the globalStatistics module |
Name | Type | Description |
---|---|---|
traceFile | string | file name of the trace file |
numTiers | numeric | number of tiers used |
overlayType | string | the overlay used in the simulation |
channelTypes | string | used access technologies |
tier1Type | string | the application on top of the overlay used in the simulation |
tier2Type | string | the module type on top of tier 1 |
tier3Type | string | the module type on top of tier 2 |
simple GlobalTraceManager parameters: traceFile : string, // file name of the trace file numTiers: numeric, // number of tiers used overlayType: string, // the overlay used in the simulation channelTypes : string, // used access technologies tier1Type: string, // the application on top of the overlay used in the simulation tier2Type: string, // the module type on top of tier 1 tier3Type: string; // the module type on top of tier 2 endsimple