TraceSource implementation. More...
#include "type-id.h"
Public Attributes | |
Ptr< const TraceSourceAccessor > | accessor |
Trace accessor. | |
std::string | callback |
Callback function signature type. | |
std::string | help |
Trace help string. | |
std::string | name |
Trace name. | |
TypeId::SupportLevel | supportLevel |
Support level/deprecation. | |
std::string | supportMsg |
Support message. | |
Ptr<const TraceSourceAccessor> ns3::TypeId::TraceSourceInformation::accessor |
Trace accessor.
Definition at line 112 of file type-id.h.
Referenced by ns3::IidManager::AddTraceSource(), and ns3::TypeId::LookupTraceSourceByName().
std::string ns3::TypeId::TraceSourceInformation::callback |
Callback function signature type.
Definition at line 110 of file type-id.h.
Referenced by ns3::IidManager::AddTraceSource(), and TracedValueCallbackTestCase::CheckTvCb< T >::Invoke().
std::string ns3::TypeId::TraceSourceInformation::help |
Trace help string.
Definition at line 108 of file type-id.h.
Referenced by ns3::IidManager::AddTraceSource().
std::string ns3::TypeId::TraceSourceInformation::name |
Trace name.
Definition at line 106 of file type-id.h.
Referenced by ns3::IidManager::AddTraceSource(), ns3::TypeId::LookupTraceSourceByName(), and anonymous_namespace{print-introspected-doxygen.cc}::SortedTraceSourceInfo().
TypeId::SupportLevel ns3::TypeId::TraceSourceInformation::supportLevel |
Support level/deprecation.
Definition at line 114 of file type-id.h.
Referenced by ns3::IidManager::AddTraceSource(), and ns3::TypeId::LookupTraceSourceByName().
std::string ns3::TypeId::TraceSourceInformation::supportMsg |
Support message.
Definition at line 116 of file type-id.h.
Referenced by ns3::IidManager::AddTraceSource(), and ns3::TypeId::LookupTraceSourceByName().