--- a/src/applications/model/application-packet-probe.cc Fri Mar 27 07:12:37 2015 -0700
+++ b/src/applications/model/application-packet-probe.cc Fri Mar 27 07:17:37 2015 -0700
@@ -39,6 +39,7 @@
{
static TypeId tid = TypeId ("ns3::ApplicationPacketProbe")
.SetParent<Probe> ()
+ .SetGroupName("Applications")
.AddConstructor<ApplicationPacketProbe> ()
.AddTraceSource ( "Output",
"The packet plus its socket address that serve "
--- a/src/applications/model/bulk-send-application.cc Fri Mar 27 07:12:37 2015 -0700
+++ b/src/applications/model/bulk-send-application.cc Fri Mar 27 07:17:37 2015 -0700
@@ -42,6 +42,7 @@
{
static TypeId tid = TypeId ("ns3::BulkSendApplication")
.SetParent<Application> ()
+ .SetGroupName("Applications")
.AddConstructor<BulkSendApplication> ()
.AddAttribute ("SendSize", "The amount of data to send each time.",
UintegerValue (512),
--- a/src/applications/model/onoff-application.cc Fri Mar 27 07:12:37 2015 -0700
+++ b/src/applications/model/onoff-application.cc Fri Mar 27 07:17:37 2015 -0700
@@ -53,6 +53,7 @@
{
static TypeId tid = TypeId ("ns3::OnOffApplication")
.SetParent<Application> ()
+ .SetGroupName("Applications")
.AddConstructor<OnOffApplication> ()
.AddAttribute ("DataRate", "The data rate in on state.",
DataRateValue (DataRate ("500kb/s")),
--- a/src/applications/model/packet-sink.cc Fri Mar 27 07:12:37 2015 -0700
+++ b/src/applications/model/packet-sink.cc Fri Mar 27 07:17:37 2015 -0700
@@ -43,6 +43,7 @@
{
static TypeId tid = TypeId ("ns3::PacketSink")
.SetParent<Application> ()
+ .SetGroupName("Applications")
.AddConstructor<PacketSink> ()
.AddAttribute ("Local",
"The Address on which to Bind the rx socket.",
--- a/src/applications/model/ping6.cc Fri Mar 27 07:12:37 2015 -0700
+++ b/src/applications/model/ping6.cc Fri Mar 27 07:17:37 2015 -0700
@@ -46,6 +46,7 @@
{
static TypeId tid = TypeId ("ns3::Ping6")
.SetParent<Application>()
+ .SetGroupName("Applications")
.AddConstructor<Ping6>()
.AddAttribute ("MaxPackets",
"The maximum number of packets the application will send",
--- a/src/applications/model/radvd.cc Fri Mar 27 07:12:37 2015 -0700
+++ b/src/applications/model/radvd.cc Fri Mar 27 07:17:37 2015 -0700
@@ -52,6 +52,7 @@
{
static TypeId tid = TypeId ("ns3::Radvd")
.SetParent<Application> ()
+ .SetGroupName("Applications")
.AddConstructor<Radvd> ()
.AddAttribute ("AdvertisementJitter",
"Uniform variable to provide jitter between min and max values of AdvInterval",
--- a/src/applications/model/seq-ts-header.cc Fri Mar 27 07:12:37 2015 -0700
+++ b/src/applications/model/seq-ts-header.cc Fri Mar 27 07:17:37 2015 -0700
@@ -62,6 +62,7 @@
{
static TypeId tid = TypeId ("ns3::SeqTsHeader")
.SetParent<Header> ()
+ .SetGroupName("Applications")
.AddConstructor<SeqTsHeader> ()
;
return tid;
--- a/src/applications/model/udp-client.cc Fri Mar 27 07:12:37 2015 -0700
+++ b/src/applications/model/udp-client.cc Fri Mar 27 07:17:37 2015 -0700
@@ -44,6 +44,7 @@
{
static TypeId tid = TypeId ("ns3::UdpClient")
.SetParent<Application> ()
+ .SetGroupName("Applications")
.AddConstructor<UdpClient> ()
.AddAttribute ("MaxPackets",
"The maximum number of packets the application will send",
--- a/src/applications/model/udp-echo-client.cc Fri Mar 27 07:12:37 2015 -0700
+++ b/src/applications/model/udp-echo-client.cc Fri Mar 27 07:17:37 2015 -0700
@@ -40,6 +40,7 @@
{
static TypeId tid = TypeId ("ns3::UdpEchoClient")
.SetParent<Application> ()
+ .SetGroupName("Applications")
.AddConstructor<UdpEchoClient> ()
.AddAttribute ("MaxPackets",
"The maximum number of packets the application will send",
--- a/src/applications/model/udp-echo-server.cc Fri Mar 27 07:12:37 2015 -0700
+++ b/src/applications/model/udp-echo-server.cc Fri Mar 27 07:17:37 2015 -0700
@@ -43,6 +43,7 @@
{
static TypeId tid = TypeId ("ns3::UdpEchoServer")
.SetParent<Application> ()
+ .SetGroupName("Applications")
.AddConstructor<UdpEchoServer> ()
.AddAttribute ("Port", "Port on which we listen for incoming packets.",
UintegerValue (9),
--- a/src/applications/model/udp-server.cc Fri Mar 27 07:12:37 2015 -0700
+++ b/src/applications/model/udp-server.cc Fri Mar 27 07:17:37 2015 -0700
@@ -46,6 +46,7 @@
{
static TypeId tid = TypeId ("ns3::UdpServer")
.SetParent<Application> ()
+ .SetGroupName("Applications")
.AddConstructor<UdpServer> ()
.AddAttribute ("Port",
"Port on which we listen for incoming packets.",
--- a/src/applications/model/udp-trace-client.cc Fri Mar 27 07:12:37 2015 -0700
+++ b/src/applications/model/udp-trace-client.cc Fri Mar 27 07:17:37 2015 -0700
@@ -62,6 +62,7 @@
{
static TypeId tid = TypeId ("ns3::UdpTraceClient")
.SetParent<Application> ()
+ .SetGroupName("Applications")
.AddConstructor<UdpTraceClient> ()
.AddAttribute ("RemoteAddress",
"The destination Address of the outbound packets",
--- a/src/applications/model/v4ping.cc Fri Mar 27 07:12:37 2015 -0700
+++ b/src/applications/model/v4ping.cc Fri Mar 27 07:17:37 2015 -0700
@@ -37,6 +37,7 @@
{
static TypeId tid = TypeId ("ns3::V4Ping")
.SetParent<Application> ()
+ .SetGroupName("Applications")
.AddConstructor<V4Ping> ()
.AddAttribute ("Remote",
"The address of the machine we want to ping.",