add models to doxygen index

This commit is contained in:
Mathieu Lacage
2007-03-29 16:53:34 +02:00
parent 119eebe3ca
commit a94fb22965

View File

@@ -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