A Discrete-Event Network Simulator
API
ns3::TypeId::TraceSourceInformation Struct Reference

TraceSource implementation. More...

#include "type-id.h"

+ Collaboration diagram for ns3::TypeId::TraceSourceInformation:

Public Attributes

Ptr< const TraceSourceAccessoraccessor
 Trace accessor. More...
 
std::string callback
 Callback function signature type. More...
 
std::string help
 Trace help string. More...
 
std::string name
 Trace name. More...
 
TypeId::SupportLevel supportLevel
 Support level/deprecation. More...
 
std::string supportMsg
 Support message. More...
 

Detailed Description

TraceSource implementation.

Definition at line 97 of file type-id.h.

Member Data Documentation

Ptr<const TraceSourceAccessor> ns3::TypeId::TraceSourceInformation::accessor

Trace accessor.

Definition at line 105 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 103 of file type-id.h.

Referenced by ns3::IidManager::AddTraceSource(), and PrintTraceSourcesTid().

std::string ns3::TypeId::TraceSourceInformation::help

Trace help string.

Definition at line 101 of file type-id.h.

Referenced by ns3::IidManager::AddTraceSource(), PrintAllTraceSources(), and PrintTraceSourcesTid().

std::string ns3::TypeId::TraceSourceInformation::name
TypeId::SupportLevel ns3::TypeId::TraceSourceInformation::supportLevel

Support level/deprecation.

Definition at line 107 of file type-id.h.

Referenced by ns3::IidManager::AddTraceSource(), DeprecatedAttributeTestCase::DoRun(), and ns3::TypeId::LookupTraceSourceByName().

std::string ns3::TypeId::TraceSourceInformation::supportMsg

Support message.

Definition at line 109 of file type-id.h.

Referenced by ns3::IidManager::AddTraceSource(), and ns3::TypeId::LookupTraceSourceByName().


The documentation for this struct was generated from the following file: