s/lowleveltracing/tracing/

This commit is contained in:
Mathieu Lacage
2007-08-29 14:30:58 +02:00
parent 69c4f021c9
commit ec3c5c7774
6 changed files with 7 additions and 7 deletions

View File

@@ -23,6 +23,7 @@
* - \ref config
* - a base class for objects which need to support reference counting
* and QueryInterface: ns3::Object and ns3::InterfaceId
* - a set of low-level trace facilities integrated in the ns3::Object system: \ref tracing
* - a ns3::ComponentManager which can be used to manage the creation
* of any object which derives from ns3::Object through an ns3::ClassId
* - a smart-pointer class ns3::Ptr designed to work together with ns3::Object
@@ -33,11 +34,10 @@
* ns3::Scheduler and ns3::SchedulerFactory
* - a simulator class used to create, schedule and cancel events: ns3::Simulator
*
* The "common" module contains:
* The "core" module contains:
* - a packet class to create and manipulate simulation packets: ns3::Packet, ns3::Header,
* and ns3::Trailer. This packet class also supports per-packet ns3::Tag which are
* globs of data which can be attached to any packet.
* - a set of low-level trace facilities: \ref lowleveltracing
*
* The "node" module contains:
* - a ns3::Node base class which should be subclassed by any new type of

View File

@@ -31,7 +31,7 @@ namespace ns3 {
/**
* \brief a helper class to offer trace resolution for an array of objects.
* \ingroup lowleveltracing
* \ingroup tracing
*
* \class ArrayTraceResolver
*

View File

@@ -32,7 +32,7 @@ namespace ns3 {
/**
* \brief log arbitrary number of parameters to a matching ns3::Callback
* \ingroup lowleveltracing
* \ingroup tracing
*
* Whenever operator () is invoked on this class, the call and its arguments
* are forwarded to the internal matching ns3::Callback.

View File

@@ -63,7 +63,7 @@ class UVTraceSource;
/**
* \brief trace variables of type "signed integer"
* \ingroup lowleveltracing
* \ingroup tracing
*
* This template class implements a POD type: it
* behaves like any other variable of type "signed integer"

View File

@@ -30,7 +30,7 @@ namespace ns3 {
/**
* \brief Provide context to trace sources
* \ingroup lowleveltracing
* \ingroup tracing
*
* Instances of this class are used to hold context
* for each trace source. Each instance holds a list of

View File

@@ -67,7 +67,7 @@ class SVTraceSource;
/**
* \brief trace variables of type "unsigned integer"
* \ingroup lowleveltracing
* \ingroup tracing
*
* This template class implements a POD type: it
* behaves like any other variable of type "unsigned integer"