A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
applications.h
Go to the documentation of this file.
1/*
2 * SPDX-License-Identifier: GPL-2.0-only
3 *
4 */
5
6#ifndef APPLICATIONS_H
7#define APPLICATIONS_H
8
9/**
10 * \defgroup applications Applications
11 *
12 * This section documents the API of the ns-3 applications module. For a generic functional
13 * description, please refer to the ns-3 manual.
14 */
15
16#endif /* APPLICATIONS_H */