GlobalParameters Class Reference

#include <GlobalParameters.h>

List of all members.


Detailed Description

Modul for storing global simulation parameters.

Author:
Ingmar Baumgart

Public Member Functions

double getRpcUdpTimeout () const
double getRpcKeyTimeout () const
bool getPrintStateToStdOut () const
bool getTopologyAdaptation ()

Protected Member Functions

virtual void initialize ()

Private Attributes

double rpcUdpTimeout
double rpcKeyTimeout
bool printStateToStdOut

Member Function Documentation

double GlobalParameters::getRpcUdpTimeout (  )  const [inline]

Referenced by BaseRpc::sendRpcCall().

00038     {
00039         return rpcUdpTimeout;
00040     }

double GlobalParameters::getRpcKeyTimeout (  )  const [inline]

Referenced by BaseRpc::sendRpcCall().

00043     {
00044         return rpcKeyTimeout;
00045     }

bool GlobalParameters::getPrintStateToStdOut (  )  const [inline]

Referenced by BaseOverlay::setOverlayReady().

00048     {
00049         return printStateToStdOut;
00050     }

bool GlobalParameters::getTopologyAdaptation (  )  [inline]

Referenced by Chord::handleRpcFixfingersResponse().

00053     {
00054         return par("topologyAdaptation");
00055     }

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

00032 {
00033     rpcUdpTimeout = par("rpcUdpTimeout");
00034     rpcKeyTimeout = par("rpcKeyTimeout");
00035     printStateToStdOut = par("printStateToStdOut");
00036 }


Member Data Documentation

Referenced by getRpcUdpTimeout(), and initialize().

Referenced by getRpcKeyTimeout(), and initialize().


The documentation for this class was generated from the following files:

Generated on Fri Sep 19 13:05:07 2008 for ITM OverSim by  doxygen 1.5.5