A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
network.h
Go to the documentation of this file.
1/*
2 * This program is free software; you can redistribute it and/or modify
3 * it under the terms of the GNU General Public License version 2 as
4 * published by the Free Software Foundation;
5 *
6 * This program is distributed in the hope that it will be useful,
7 * but WITHOUT ANY WARRANTY; without even the implied warranty of
8 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9 * GNU General Public License for more details.
10 *
11 * You should have received a copy of the GNU General Public License
12 * along with this program; if not, write to the Free Software
13 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
14 *
15 */
16
17#ifndef NETWORK_H
18#define NETWORK_H
19
20/**
21 * \defgroup network Network
22 *
23 * This section documents the API of the ns-3 network module. For a generic functional description,
24 * please refer to the ns-3 manual.
25 */
26
27#endif /* NETWORK_H */