A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
mobility.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2006,2007 INRIA
3 *
4 * SPDX-License-Identifier: GPL-2.0-only
5 *
6 * Author: Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
7 */
8
9/**
10 * @defgroup mobility Mobility
11 */
12
13/**
14 * \addtogroup mobility Mobility
15 *
16 * The mobility support includes:
17 * - a set of mobility models which are used to track and maintain
18 * the "current" cartesian position and speed of an object.
19 *
20 * - a "course change notifier" trace source which can be used to register
21 * listeners to the course changes of a mobility model
22 *
23 * - a number of helper classes which are used to place nodes and setup
24 * mobility models (including parsers for some mobility definition formats).
25 */