A Discrete-Event Network Simulator
Home
Tutorials ▼
English
Documentation ▼
Installation
Manual
Models
Contributing
Wiki
Development ▼
API Docs
Issue Tracker
Merge Requests
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
* @defgroup leo LEO Mobility
15
* @ingroup mobility
16
* Low Earth Orbit mobility models, helpers, orbit definitions, and examples.
17
*/
18
19
/**
20
* @addtogroup mobility Mobility
21
*
22
* The mobility support includes:
23
* - a set of mobility models which are used to track and maintain
24
* the "current" cartesian position and speed of an object.
25
*
26
* - a "course change notifier" trace source which can be used to register
27
* listeners to the course changes of a mobility model
28
*
29
* - a number of helper classes which are used to place nodes and setup
30
* mobility models (including parsers for some mobility definition formats).
31
*/
src
mobility
model
mobility.h
Generated on
for ns-3 by
1.16.1