Sebastian Mies
#include <omnetpp.h>
#include <BootstrapOracle.h>
#include <GlobalStatistics.h>
#include <UnderlayConfigurator.h>
#include <InitStages.h>
#include <NotificationBoard.h>
#include <UDPAppBase.h>
#include <NodeHandle.h>
#include <OverlayKey.h>
#include <BaseOverlayMessage_m.h>
#include <RpcListener.h>
#include <ext/hash_map>
#include <BaseLookup.h>
Classes | |
| class | BaseOverlay |
| Base class for overlays. More... | |
| class | BaseOverlay::RpcState |
| class | BaseOverlay::lookupHashFcn |
Defines | |
| #define | RECORD_STATS(x) |
| Macro used for recording statistics considering measureNetwIn parameter. | |
| #define RECORD_STATS | ( | x | ) |
Value:
do { \ if (measureNetwInitPhase||!underlayConfigurator->isInit()){ x; } \ } while(false)
The do-while-loop is needed for compatability in outer if-else-structures.
1.4.7