From 94d1b71324f9207b9e39a99e54cc531cc0b85b45 Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Tue, 5 May 2015 19:35:31 -0700 Subject: [PATCH] SetGroupName for stats module --- src/stats/model/boolean-probe.cc | 1 + src/stats/model/data-collection-object.cc | 1 + src/stats/model/double-probe.cc | 1 + src/stats/model/file-aggregator.cc | 1 + src/stats/model/gnuplot-aggregator.cc | 1 + src/stats/model/probe.cc | 1 + src/stats/model/time-probe.cc | 1 + src/stats/model/time-series-adaptor.cc | 1 + src/stats/model/uinteger-16-probe.cc | 1 + src/stats/model/uinteger-32-probe.cc | 1 + src/stats/model/uinteger-8-probe.cc | 1 + 11 files changed, 11 insertions(+) diff --git a/src/stats/model/boolean-probe.cc b/src/stats/model/boolean-probe.cc index 30e589eea..76a37e6fa 100644 --- a/src/stats/model/boolean-probe.cc +++ b/src/stats/model/boolean-probe.cc @@ -39,6 +39,7 @@ BooleanProbe::GetTypeId () { static TypeId tid = TypeId ("ns3::BooleanProbe") .SetParent () + .SetGroupName ("Stats") .AddConstructor () .AddTraceSource ( "Output", "The bool that serves as output for this probe", diff --git a/src/stats/model/data-collection-object.cc b/src/stats/model/data-collection-object.cc index 669197685..3d58622f4 100644 --- a/src/stats/model/data-collection-object.cc +++ b/src/stats/model/data-collection-object.cc @@ -35,6 +35,7 @@ DataCollectionObject::GetTypeId (void) { static TypeId tid = TypeId ("ns3::DataCollectionObject") .SetParent () + .SetGroupName ("Stats") .AddConstructor () .AddAttribute ( "Name", "Object's name", diff --git a/src/stats/model/double-probe.cc b/src/stats/model/double-probe.cc index 4d7ca59ec..e7512df2c 100644 --- a/src/stats/model/double-probe.cc +++ b/src/stats/model/double-probe.cc @@ -39,6 +39,7 @@ DoubleProbe::GetTypeId () { static TypeId tid = TypeId ("ns3::DoubleProbe") .SetParent () + .SetGroupName ("Stats") .AddConstructor () .AddTraceSource ( "Output", "The double that serves as output for this probe", diff --git a/src/stats/model/file-aggregator.cc b/src/stats/model/file-aggregator.cc index 4a3743560..e25b082a8 100644 --- a/src/stats/model/file-aggregator.cc +++ b/src/stats/model/file-aggregator.cc @@ -37,6 +37,7 @@ FileAggregator::GetTypeId () { static TypeId tid = TypeId ("ns3::FileAggregator") .SetParent () + .SetGroupName ("Stats") ; return tid; diff --git a/src/stats/model/gnuplot-aggregator.cc b/src/stats/model/gnuplot-aggregator.cc index 0bf872a42..f2ea8579c 100644 --- a/src/stats/model/gnuplot-aggregator.cc +++ b/src/stats/model/gnuplot-aggregator.cc @@ -37,6 +37,7 @@ GnuplotAggregator::GetTypeId () { static TypeId tid = TypeId ("ns3::GnuplotAggregator") .SetParent () + .SetGroupName ("Stats") ; return tid; diff --git a/src/stats/model/probe.cc b/src/stats/model/probe.cc index 849b27651..8eadf971f 100644 --- a/src/stats/model/probe.cc +++ b/src/stats/model/probe.cc @@ -35,6 +35,7 @@ Probe::GetTypeId () { static TypeId tid = TypeId ("ns3::Probe") .SetParent () + .SetGroupName ("Stats") .AddAttribute ("Start", "Time data collection starts", TimeValue (Seconds (0)), diff --git a/src/stats/model/time-probe.cc b/src/stats/model/time-probe.cc index 48170a8fc..3c6b6d4e1 100644 --- a/src/stats/model/time-probe.cc +++ b/src/stats/model/time-probe.cc @@ -40,6 +40,7 @@ TimeProbe::GetTypeId () { static TypeId tid = TypeId ("ns3::TimeProbe") .SetParent () + .SetGroupName ("Stats") .AddConstructor () .AddTraceSource ("Output", "The double valued (units of seconds) probe output", diff --git a/src/stats/model/time-series-adaptor.cc b/src/stats/model/time-series-adaptor.cc index 9892b1758..1aa93b36e 100644 --- a/src/stats/model/time-series-adaptor.cc +++ b/src/stats/model/time-series-adaptor.cc @@ -38,6 +38,7 @@ TimeSeriesAdaptor::GetTypeId (void) { static TypeId tid = TypeId ("ns3::TimeSeriesAdaptor") .SetParent () + .SetGroupName ("Stats") .AddConstructor () .AddTraceSource ( "Output", "The current simulation time versus " diff --git a/src/stats/model/uinteger-16-probe.cc b/src/stats/model/uinteger-16-probe.cc index fa73d1459..51b015e4c 100644 --- a/src/stats/model/uinteger-16-probe.cc +++ b/src/stats/model/uinteger-16-probe.cc @@ -38,6 +38,7 @@ Uinteger16Probe::GetTypeId () { static TypeId tid = TypeId ("ns3::Uinteger16Probe") .SetParent () + .SetGroupName ("Stats") .AddConstructor () .AddTraceSource ( "Output", "The uint16_t that serves as output for this probe", diff --git a/src/stats/model/uinteger-32-probe.cc b/src/stats/model/uinteger-32-probe.cc index f9a77eb19..5104ec751 100644 --- a/src/stats/model/uinteger-32-probe.cc +++ b/src/stats/model/uinteger-32-probe.cc @@ -38,6 +38,7 @@ Uinteger32Probe::GetTypeId () { static TypeId tid = TypeId ("ns3::Uinteger32Probe") .SetParent () + .SetGroupName ("Stats") .AddConstructor () .AddTraceSource ( "Output", "The uint32_t that serves as output for this probe", diff --git a/src/stats/model/uinteger-8-probe.cc b/src/stats/model/uinteger-8-probe.cc index fcd587bba..14ddd95f9 100644 --- a/src/stats/model/uinteger-8-probe.cc +++ b/src/stats/model/uinteger-8-probe.cc @@ -38,6 +38,7 @@ Uinteger8Probe::GetTypeId () { static TypeId tid = TypeId ("ns3::Uinteger8Probe") .SetParent () + .SetGroupName ("Stats") .AddConstructor () .AddTraceSource ( "Output", "The uint8_t that serves as output for this probe",