|
|
| 1 |
/** |
1 |
/** |
| 2 |
* @anchor modules_anchor |
2 |
* @anchor modules_anchor |
| 3 |
* |
3 |
* |
|
|
4 |
* @defgroup constructs C++ Constructs Used by All Modules |
| 5 |
* \brief These are C++ constructs defined by the modules. |
| 6 |
* |
| 7 |
* @defgroup constants Constants |
| 8 |
* @brief Constants you can change |
| 9 |
* |
| 10 |
* @defgroup utils Utils |
| 11 |
* @brief The utils directory is for various programs and scripts related |
| 12 |
* to code coverage, test suites, style checking, and benchmarking. |
| 13 |
* |
| 4 |
* @defgroup core Core |
14 |
* @defgroup core Core |
| 5 |
* \brief The "core" module contains: |
15 |
* \brief The "core" module contains: |
| 6 |
* - a time management class to hold a time and convert between various time units: ns3::Time |
16 |
* - a time management class to hold a time and convert between various time units: ns3::Time |
|
|
| 33 |
* - models which abstract the application-layer API: ns3::Application, |
43 |
* - models which abstract the application-layer API: ns3::Application, |
| 34 |
* ns3::Socket, ns3::SocketFactory, and, ns3::Udp |
44 |
* ns3::Socket, ns3::SocketFactory, and, ns3::Udp |
| 35 |
* |
45 |
* |
| 36 |
* @defgroup devices Devices |
|
|
| 37 |
* |
| 38 |
* @defgroup internet Internet |
46 |
* @defgroup internet Internet |
| 39 |
* |
47 |
* |
| 40 |
* The "internet" module contains: |
48 |
* The "internet" module contains: |
|
|
| 43 |
* - an ARP module |
51 |
* - an ARP module |
| 44 |
* - a UDP and a TCP implementation |
52 |
* - a UDP and a TCP implementation |
| 45 |
* |
53 |
* |
| 46 |
* @defgroup routing Routing |
|
|
| 47 |
* |
| 48 |
* @defgroup applications Applications |
54 |
* @defgroup applications Applications |
| 49 |
* |
55 |
* |
| 50 |
* @defgroup mobility Mobility |
56 |
* @defgroup mobility Mobility |
| 51 |
* |
|
|
| 52 |
* @defgroup constants Constants |
| 53 |
* @brief Constants you can change |
| 54 |
* |
| 55 |
* @defgroup utils Utils |
| 56 |
* @brief The utils directory is for various programs and scripts related |
| 57 |
* to code coverage, test suites, style checking, and benchmarking. |
| 58 |
*/ |
57 |
*/ |