A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
data-collector.h File Reference
#include "ns3/object.h"
#include <list>
#include <string>
+ Include dependency graph for data-collector.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ns3::DataCollector
 Collects data. More...
 

Namespaces

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

Typedefs

typedef std::list< Ptr< DataCalculator > > ns3::DataCalculatorList
 List of Ptrs to DataCalculator objects.
 
typedef std::list< std::pair< std::string, std::string > > ns3::MetadataList
 List of pairs of strings representing metadata.