A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
flow-monitor.cc File Reference
#include "flow-monitor.h"
#include "ns3/simulator.h"
#include "ns3/log.h"
#include "ns3/double.h"
#include <fstream>
#include <sstream>
+ Include dependency graph for flow-monitor.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 ATTRIB(name)   << " " # name "=\"" << flowI->second.name << "\""
 
#define INDENT(level)   for (int __xpto = 0; __xpto < level; __xpto++) os << ' ';
 
#define PERIODIC_CHECK_INTERVAL   (Seconds (1))
 

Macro Definition Documentation

#define ATTRIB (   name)    << " " # name "=\"" << flowI->second.name << "\""
#define INDENT (   level)    for (int __xpto = 0; __xpto < level; __xpto++) os << ' ';

Definition at line 28 of file flow-monitor.cc.

Referenced by ns3::FlowMonitor::SerializeToXmlStream().

#define PERIODIC_CHECK_INTERVAL   (Seconds (1))