A Discrete-Event Network Simulator
API
Data Aggregators

Data aggregators are classes used to collect data and produce output specialized for various purpose, e.g., Gnuplot, file output, etc. More...

+ Collaboration diagram for Data Aggregators:

Classes

class  ns3::DataCollectionObject
 Base class for data collection framework objects. More...
 
class  ns3::FileAggregator
 This aggregator sends values it receives to a file. More...
 
class  ns3::GnuplotAggregator
 This aggregator produces output used to make gnuplot plots. More...
 
class  ns3::TimeSeriesAdaptor
 Takes probed values of different types and outputs the current time plus the value with both converted to doubles. More...
 

Detailed Description

Data aggregators are classes used to collect data and produce output specialized for various purpose, e.g., Gnuplot, file output, etc.