document also mobility model notifier

This commit is contained in:
Mathieu Lacage
2007-08-28 11:22:01 +02:00
parent 579a173fbf
commit f55a3c0b3d

View File

@@ -5,12 +5,14 @@
#include "ns3/point-to-point-net-device.h"
#include "ns3/csma-cd-net-device.h"
#include "ns3/queue.h"
#include "ns3/mobility-model-notifier.h"
using namespace ns3;
int main (int argc, char *argv[])
{
Ptr<Node> node = Create<InternetNode> ();
node->AddInterface (Create<MobilityModelNotifier> ());
Ptr<PointToPointNetDevice> p2p = Create<PointToPointNetDevice> (node);
p2p->AddQueue (Queue::CreateDefault ());