src/mobility/model/mobility.h
author Mitch Watrous <watrous@u.washington.edu>
Thu, 19 May 2011 09:39:08 -0700
changeset 7243 ea3d634af9cf
parent 6839 34074e4ed93b
child 11430 f7ad31ac51d3
permissions -rw-r--r--
Make doxygen modules list slightly more alphabetical
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
7243
ea3d634af9cf Make doxygen modules list slightly more alphabetical
Mitch Watrous <watrous@u.washington.edu>
parents: 6839
diff changeset
     1
/**
ea3d634af9cf Make doxygen modules list slightly more alphabetical
Mitch Watrous <watrous@u.washington.edu>
parents: 6839
diff changeset
     2
 * @defgroup mobility Mobility
ea3d634af9cf Make doxygen modules list slightly more alphabetical
Mitch Watrous <watrous@u.washington.edu>
parents: 6839
diff changeset
     3
 */
ea3d634af9cf Make doxygen modules list slightly more alphabetical
Mitch Watrous <watrous@u.washington.edu>
parents: 6839
diff changeset
     4
968
70d02500c9d5 mobility models
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents:
diff changeset
     5
/**
6472
54ce45443509 Mobility doxygen: all classes are documented and added to the mobility module. All public methods and fields should follow.
Pavel Boyko <boyko@iitp.ru>
parents: 6471
diff changeset
     6
 * \addtogroup mobility Mobility
968
70d02500c9d5 mobility models
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents:
diff changeset
     7
 *
70d02500c9d5 mobility models
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents:
diff changeset
     8
 * The mobility support includes:
70d02500c9d5 mobility models
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents:
diff changeset
     9
 *  - a set of mobility models which are used to track and maintain
70d02500c9d5 mobility models
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents:
diff changeset
    10
 *    the "current" cartesian position and speed of an object.
70d02500c9d5 mobility models
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents:
diff changeset
    11
 *
6471
a2028222c362 Doxygen cleanup in mobility module
Pavel Boyko <boyko@iitp.ru>
parents: 5494
diff changeset
    12
 *  - a "course change notifier" trace source which can be used to register
3021
5b1479210da3 Removed TraceContext and TraceResolver references, removed MobilityModelNotifier class, and minor changes on samples/main-random-walk.cc.
tjkopena@cs.drexel.edu
parents: 2691
diff changeset
    13
 *    listeners to the course changes of a mobility model
6472
54ce45443509 Mobility doxygen: all classes are documented and added to the mobility module. All public methods and fields should follow.
Pavel Boyko <boyko@iitp.ru>
parents: 6471
diff changeset
    14
 * 
54ce45443509 Mobility doxygen: all classes are documented and added to the mobility module. All public methods and fields should follow.
Pavel Boyko <boyko@iitp.ru>
parents: 6471
diff changeset
    15
 *  - a number of helper classes which are used to place nodes and setup 
54ce45443509 Mobility doxygen: all classes are documented and added to the mobility module. All public methods and fields should follow.
Pavel Boyko <boyko@iitp.ru>
parents: 6471
diff changeset
    16
 *    mobility models (including parsers for some mobility definition formats).
968
70d02500c9d5 mobility models
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents:
diff changeset
    17
 */