|
OverSim
|
No churn generating class (only bootstraps a networks) More...
#include <NoChurn.h>
Public Member Functions | |
| void | handleMessage (cMessage *msg) |
| void | initializeChurn () |
| ~NoChurn () | |
Public Member Functions inherited from ChurnGenerator | |
| virtual int | numInitStages () const |
| virtual void | initialize (int stage) |
| void | setNodeType (const NodeType &t) |
| const NodeType & | getNodeType () |
Protected Member Functions | |
| void | updateDisplayString () |
Private Attributes | |
| double | initialMean |
| mean of update interval during initalization phase | |
| double | initialDeviation |
| deviation of update interval during initalization phase | |
| bool | initAddMoreTerminals |
| true, if we're still adding more terminals in the init phase | |
| cMessage * | mobilityTimer |
| message to schedule events | |
Additional Inherited Members | |
Public Attributes inherited from ChurnGenerator | |
| bool | init |
| still in initialization phase? | |
| int | terminalCount |
| current number of overlay terminals | |
Protected Attributes inherited from ChurnGenerator | |
| UnderlayConfigurator * | underlayConfigurator |
| int | targetOverlayTerminalNum |
| final number of overlay terminals | |
| NodeType | type |
| the nodeType this generator is responsible for | |
| NoChurn::~NoChurn | ( | ) |
Definition at line 77 of file NoChurn.cc.
|
virtual |
Implements ChurnGenerator.
Definition at line 45 of file NoChurn.cc.
|
virtual |
Implements ChurnGenerator.
Definition at line 31 of file NoChurn.cc.
|
protectedvirtual |
Implements ChurnGenerator.
Definition at line 70 of file NoChurn.cc.
|
private |
true, if we're still adding more terminals in the init phase
Definition at line 49 of file NoChurn.h.
Referenced by handleMessage(), and initializeChurn().
|
private |
deviation of update interval during initalization phase
Definition at line 48 of file NoChurn.h.
Referenced by handleMessage(), and initializeChurn().
|
private |
mean of update interval during initalization phase
Definition at line 47 of file NoChurn.h.
Referenced by handleMessage(), and initializeChurn().
|
private |
message to schedule events
Definition at line 50 of file NoChurn.h.
Referenced by handleMessage(), initializeChurn(), and ~NoChurn().