From a94fb229652e1857f6d9f52c1feb192457204ce7 Mon Sep 17 00:00:00 2001 From: Mathieu Lacage Date: Thu, 29 Mar 2007 16:53:34 +0200 Subject: [PATCH] add models to doxygen index --- doc/main.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/doc/main.txt b/doc/main.txt index 91b54e714..e5b10e617 100644 --- a/doc/main.txt +++ b/doc/main.txt @@ -10,6 +10,8 @@ * - common: located in src/common and contains facilities specific * to network simulations but shared by pretty much every model * of a network component. + * - node: located in src/node. Contains an ipv4/udp model. + * - devices: located in src/devices. Contains a set of MAC-level models * * The "core" module contains: * - a Functor class: ns3::Callback @@ -31,6 +33,21 @@ * - a packet class to create and manipulate simulation packets: ns3::Packet, ns3::Header, * and ns3::Trailer * - a set of low-level trace facilities: \ref lowleveltracing + * + * The "node" module contains: + * - a ns3::Node base class and an ns3::InternetNode implementation which model + * network nodes. + * - a set of models contained in InternetNode: ns3::Ipv4, ns3::Udp, ns3::L3Demux, + * ns3::L3Protocol, ns3::Ipv4L4Demux, ns3::Ipv4L4Protocol, ns3::Ipv4Interface, + * ns3::DatagramSocket + * - models which abstract the MAC-layer from the IP layer protocols: + * ns3::NetDevice and ns3::Channel. + * - an Arp model if the underlying NetDevice object needs it: ns3::ArpIpv4Interface + * - a set of traffic generation models: ns3::OnOffApplication + * + * The "devices" module contains: + * - a PointToPoint MAC device: ns3::PointToPointNetDevice, ns3::PointToPointChannel, + * and ns3::PointToPointTopology. */ /** * \namespace ns3