From 447e418d6c320691eae53fc010bf33e4294ff4ac Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Fri, 27 Mar 2015 10:03:43 -0700 Subject: [PATCH] update tutorial documentation for SetGroupName --- doc/tutorial/source/data-collection.rst | 1 + doc/tutorial/source/tracing.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/doc/tutorial/source/data-collection.rst b/doc/tutorial/source/data-collection.rst index 1f646de07..18f0d3bca 100644 --- a/doc/tutorial/source/data-collection.rst +++ b/doc/tutorial/source/data-collection.rst @@ -321,6 +321,7 @@ the data out of the probed Packet object: { static TypeId tid = TypeId ("ns3::Ipv6PacketProbe") .SetParent () + .SetGroupName ("Stats") .AddConstructor () .AddTraceSource ( "Output", "The packet plus its IPv6 object and interface that serve as the output for this probe", diff --git a/doc/tutorial/source/tracing.rst b/doc/tutorial/source/tracing.rst index e4b769313..f186991fd 100644 --- a/doc/tutorial/source/tracing.rst +++ b/doc/tutorial/source/tracing.rst @@ -365,6 +365,7 @@ simple Object we can work with. { static TypeId tid = TypeId ("MyObject") .SetParent (Object::GetTypeId ()) + .SetGroupName ("MyGroup") .AddConstructor () .AddTraceSource ("MyInteger", "An integer value to trace.",