#include <GlobalParameters.h>
Public Member Functions | |
| bool | getPrintStateToStdOut () const |
| bool | getTopologyAdaptation () |
Protected Member Functions | |
| virtual void | initialize () |
Private Attributes | |
| bool | printStateToStdOut |
Definition at line 34 of file GlobalParameters.h.
| bool GlobalParameters::getPrintStateToStdOut | ( | ) | const [inline] |
Definition at line 37 of file GlobalParameters.h.
Referenced by BaseOverlay::setOverlayReady().
00038 { 00039 return printStateToStdOut; 00040 }
| bool GlobalParameters::getTopologyAdaptation | ( | ) | [inline] |
Definition at line 42 of file GlobalParameters.h.
Referenced by oversim::Chord::handleRpcFixfingersResponse().
| void GlobalParameters::initialize | ( | ) | [protected, virtual] |
Definition at line 31 of file GlobalParameters.cc.
00032 { 00033 printStateToStdOut = par("printStateToStdOut"); 00034 }
bool GlobalParameters::printStateToStdOut [private] |
Definition at line 51 of file GlobalParameters.h.
Referenced by getPrintStateToStdOut(), and initialize().
1.5.8