#include <set>
#include <vector>
#include <map>
#include <omnetpp.h>
#include <OverlayKey.h>
Classes | |
class | GlobalStatistics |
Modul to record global statistics. More... | |
class | GlobalStatistics::OutVector |
< struct for cOutVectors and cummulated values More... | |
Defines | |
#define | RECORD_STATS(x) |
Macro used for recording statistics considering measureNetwIn parameter. |
#define RECORD_STATS | ( | x | ) |
Value:
do { \ if (globalStatistics->isMeasuring()){ x; } \ } while(false)
The do-while-loop is needed for compatability in outer if-else-structures.