GlobalParameters Class Reference

Modul for storing global simulation parameters. More...

#include <GlobalParameters.h>

List of all members.

Public Member Functions

bool getPrintStateToStdOut () const
bool getTopologyAdaptation ()

Protected Member Functions

virtual void initialize ()

Private Attributes

bool printStateToStdOut

Detailed Description

Modul for storing global simulation parameters.

Author:
Ingmar Baumgart

Definition at line 34 of file GlobalParameters.h.


Member Function Documentation

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().

00043     {
00044         return par("topologyAdaptation");
00045     }

void GlobalParameters::initialize (  )  [protected, virtual]

Definition at line 31 of file GlobalParameters.cc.

00032 {
00033     printStateToStdOut = par("printStateToStdOut");
00034 }


Member Data Documentation

Definition at line 51 of file GlobalParameters.h.

Referenced by getPrintStateToStdOut(), and initialize().


The documentation for this class was generated from the following files:
Generated on Wed May 26 16:21:17 2010 for OverSim by  doxygen 1.6.3