Public Member Functions | |
OmnetOutputCallback (std::ostream *scalar) | |
void | OutputSingleton (std::string key, std::string variable, int val) |
void | OutputSingleton (std::string key, std::string variable, uint32_t val) |
void | OutputSingleton (std::string key, std::string variable, double val) |
void | OutputSingleton (std::string key, std::string variable, std::string val) |
void | OutputSingleton (std::string key, std::string variable, Time val) |
Private Attributes | |
std::ostream * | m_scalar |
Definition at line 47 of file omnet-data-output.h.
OmnetDataOutput::OmnetOutputCallback::OmnetOutputCallback | ( | std::ostream * | scalar | ) |
Definition at line 111 of file omnet-data-output.cc.
void OmnetDataOutput::OmnetOutputCallback::OutputSingleton | ( | std::string | key, | |
std::string | variable, | |||
Time | val | |||
) | [virtual] |
Implements ns3::DataOutputCallback.
Definition at line 149 of file omnet-data-output.cc.
void OmnetDataOutput::OmnetOutputCallback::OutputSingleton | ( | std::string | key, | |
std::string | variable, | |||
std::string | val | |||
) | [virtual] |
Implements ns3::DataOutputCallback.
Definition at line 141 of file omnet-data-output.cc.
void OmnetDataOutput::OmnetOutputCallback::OutputSingleton | ( | std::string | key, | |
std::string | variable, | |||
double | val | |||
) | [virtual] |
Implements ns3::DataOutputCallback.
Definition at line 133 of file omnet-data-output.cc.
void OmnetDataOutput::OmnetOutputCallback::OutputSingleton | ( | std::string | key, | |
std::string | variable, | |||
uint32_t | val | |||
) | [virtual] |
Implements ns3::DataOutputCallback.
Definition at line 125 of file omnet-data-output.cc.
void OmnetDataOutput::OmnetOutputCallback::OutputSingleton | ( | std::string | key, | |
std::string | variable, | |||
int | val | |||
) | [virtual] |
Implements ns3::DataOutputCallback.
Definition at line 117 of file omnet-data-output.cc.
std::ostream* ns3::OmnetDataOutput::OmnetOutputCallback::m_scalar [private] |
Definition at line 72 of file omnet-data-output.h.