File: Common/LifetimeChurn.ned
C++ definition: click here
Lifetime based churn generating module
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.
Name | Type | Description |
---|---|---|
targetOverlayTerminalNum | numeric | number of nodes after init phase |
initPhaseCreationInterval | numeric | node creation interval in init phase |
lifetimeMean | numeric | mean node lifetime |
lifetimeDistName | string | lifetime distribution function |
lifetimeDistPar1 | numeric | parameter for distribution function |
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 LifetimeChurn parameters: targetOverlayTerminalNum : numeric, // number of nodes after init phase initPhaseCreationInterval : numeric, // node creation interval in init phase lifetimeMean : numeric, // mean node lifetime lifetimeDistName : string, // lifetime distribution function lifetimeDistPar1 : numeric, // parameter for distribution function 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