Callback class for the DataOutput classes.
More...
#include "data-output-interface.h"
|
virtual | ~DataOutputCallback () |
| Destructor.
|
|
virtual void | OutputSingleton (std::string key, std::string variable, double val)=0 |
| Associates the double value with the variable name for a specific output format.
|
|
virtual void | OutputSingleton (std::string key, std::string variable, int val)=0 |
| Associates the integer value with the variable name for a specific output format.
|
|
virtual void | OutputSingleton (std::string key, std::string variable, std::string val)=0 |
| Associates the string value with the variable name for a specific output format.
|
|
virtual void | OutputSingleton (std::string key, std::string variable, Time val)=0 |
| Associates the Time value with the variable name for a specific output format.
|
|
virtual void | OutputSingleton (std::string key, std::string variable, uint32_t val)=0 |
| Associates the uint32_t value with the variable name for a specific output format.
|
|
virtual void | OutputStatistic (std::string key, std::string variable, const StatisticalSummary *statSum)=0 |
| Outputs the data from the specified StatisticalSummary.
|
|
Callback class for the DataOutput classes.
Definition at line 72 of file data-output-interface.h.
◆ ~DataOutputCallback()
virtual ns3::DataOutputCallback::~DataOutputCallback |
( |
| ) |
|
|
inlinevirtual |
◆ OutputSingleton() [1/5]
virtual void ns3::DataOutputCallback::OutputSingleton |
( |
std::string | key, |
|
|
std::string | variable, |
|
|
double | val ) |
|
pure virtual |
◆ OutputSingleton() [2/5]
virtual void ns3::DataOutputCallback::OutputSingleton |
( |
std::string | key, |
|
|
std::string | variable, |
|
|
int | val ) |
|
pure virtual |
◆ OutputSingleton() [3/5]
virtual void ns3::DataOutputCallback::OutputSingleton |
( |
std::string | key, |
|
|
std::string | variable, |
|
|
std::string | val ) |
|
pure virtual |
◆ OutputSingleton() [4/5]
virtual void ns3::DataOutputCallback::OutputSingleton |
( |
std::string | key, |
|
|
std::string | variable, |
|
|
Time | val ) |
|
pure virtual |
◆ OutputSingleton() [5/5]
virtual void ns3::DataOutputCallback::OutputSingleton |
( |
std::string | key, |
|
|
std::string | variable, |
|
|
uint32_t | val ) |
|
pure virtual |
◆ OutputStatistic()
virtual void ns3::DataOutputCallback::OutputStatistic |
( |
std::string | key, |
|
|
std::string | variable, |
|
|
const StatisticalSummary * | statSum ) |
|
pure virtual |
The documentation for this class was generated from the following file: