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...
 

Detailed Description

TraceSource implementation.

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

Member Data Documentation

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

Trace accessor.

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

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

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

Trace help string.

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

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

std::string ns3::TypeId::TraceSourceInformation::name

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