Public Member Functions | |
SqliteOutputCallback (Ptr< SqliteDataOutput > owner, std::string run) | |
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 | |
Ptr< SqliteDataOutput > | m_owner |
std::string | m_runLabel |
Definition at line 50 of file sqlite-data-output.h.
SqliteDataOutput::SqliteOutputCallback::SqliteOutputCallback | ( | Ptr< SqliteDataOutput > | owner, | |
std::string | run | |||
) |
Definition at line 156 of file sqlite-data-output.cc.
void SqliteDataOutput::SqliteOutputCallback::OutputSingleton | ( | std::string | key, | |
std::string | variable, | |||
Time | val | |||
) | [virtual] |
Implements ns3::DataOutputCallback.
Definition at line 225 of file sqlite-data-output.cc.
References ns3::TimeUnit< 1 >::GetTimeStep(), m_owner, and m_runLabel.
void SqliteDataOutput::SqliteOutputCallback::OutputSingleton | ( | std::string | key, | |
std::string | variable, | |||
std::string | val | |||
) | [virtual] |
Implements ns3::DataOutputCallback.
Definition at line 211 of file sqlite-data-output.cc.
References m_owner, and m_runLabel.
void SqliteDataOutput::SqliteOutputCallback::OutputSingleton | ( | std::string | key, | |
std::string | variable, | |||
double | val | |||
) | [virtual] |
Implements ns3::DataOutputCallback.
Definition at line 197 of file sqlite-data-output.cc.
References m_owner, and m_runLabel.
void SqliteDataOutput::SqliteOutputCallback::OutputSingleton | ( | std::string | key, | |
std::string | variable, | |||
uint32_t | val | |||
) | [virtual] |
Implements ns3::DataOutputCallback.
Definition at line 183 of file sqlite-data-output.cc.
References m_owner, and m_runLabel.
void SqliteDataOutput::SqliteOutputCallback::OutputSingleton | ( | std::string | key, | |
std::string | variable, | |||
int | val | |||
) | [virtual] |
Implements ns3::DataOutputCallback.
Definition at line 167 of file sqlite-data-output.cc.
References m_owner, and m_runLabel.
Definition at line 75 of file sqlite-data-output.h.
Referenced by OutputSingleton().
std::string ns3::SqliteDataOutput::SqliteOutputCallback::m_runLabel [private] |
Definition at line 76 of file sqlite-data-output.h.
Referenced by OutputSingleton().