Callback class for the DataOutput classes.
More...
#include "data-output-interface.h"
|
virtual | ~DataOutputCallback () |
| Destructor. More...
|
|
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. More...
|
|
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. More...
|
|
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. More...
|
|
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. More...
|
|
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. More...
|
|
virtual void | OutputStatistic (std::string key, std::string variable, const StatisticalSummary *statSum)=0 |
| Outputs the data from the specified StatisticalSummary. More...
|
|
Callback class for the DataOutput classes.
Definition at line 81 of file data-output-interface.h.
virtual ns3::DataOutputCallback::~DataOutputCallback |
( |
| ) |
|
|
inlinevirtual |
virtual void ns3::DataOutputCallback::OutputSingleton |
( |
std::string |
key, |
|
|
std::string |
variable, |
|
|
int |
val |
|
) |
| |
|
pure virtual |
virtual void ns3::DataOutputCallback::OutputSingleton |
( |
std::string |
key, |
|
|
std::string |
variable, |
|
|
uint32_t |
val |
|
) |
| |
|
pure virtual |
virtual void ns3::DataOutputCallback::OutputSingleton |
( |
std::string |
key, |
|
|
std::string |
variable, |
|
|
double |
val |
|
) |
| |
|
pure virtual |
virtual void ns3::DataOutputCallback::OutputSingleton |
( |
std::string |
key, |
|
|
std::string |
variable, |
|
|
std::string |
val |
|
) |
| |
|
pure virtual |
virtual void ns3::DataOutputCallback::OutputSingleton |
( |
std::string |
key, |
|
|
std::string |
variable, |
|
|
Time |
val |
|
) |
| |
|
pure virtual |
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: