A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
histogram.cc File Reference
#include <cmath>
#include "histogram.h"
#include "ns3/simulator.h"
#include "ns3/log.h"
+ Include dependency graph for histogram.cc:

Go to the source code of this file.

Namespaces

 ns3
 Every class exported by the ns3 library is enclosed in the ns3 namespace.
 

Macros

#define DEFAULT_BIN_WIDTH   1
 
#define INDENT(level)   for (int __xpto = 0; __xpto < level; __xpto++) os << ' ';
 

Macro Definition Documentation

#define DEFAULT_BIN_WIDTH   1

Definition at line 27 of file histogram.cc.

Referenced by ns3::Histogram::Histogram().

#define INDENT (   level)    for (int __xpto = 0; __xpto < level; __xpto++) os << ' ';