From ccb37f77170dc258f4e0b887175f17de678f74a3 Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Tue, 14 Sep 2021 17:55:07 -0700 Subject: [PATCH] mobility: Update documentation for group mobility changes --- CHANGES.html | 1 + RELEASE_NOTES | 1 + src/mobility/doc/mobility.rst | 50 ++++++++++++++++++++++++++++------- 3 files changed, 43 insertions(+), 9 deletions(-) diff --git a/CHANGES.html b/CHANGES.html index 782e1c071..24995518c 100644 --- a/CHANGES.html +++ b/CHANGES.html @@ -61,6 +61,7 @@ us a note on ns-developers mailing list.

  • In class ConfigStore, a new Attribue SaveDeprecated allows to not save DEPRECATED Attributes. The default value is false (save DEPRECATED Attributes).
  • In class TracedCallback, a new function IsEmpty allows to know if the TracedCallback will call any callback.
  • A new specialization of std::hash for Ptr allows to use seamlessly Ptrs as keys in unordered_map and unordered_set.
  • +
  • A new GroupMobilityHelper mobility helper has been added to ease the configuration of group mobility (a form of hierarchical mobility in which multiple child mobility models move with reference to an underlying parent mobility model). A new example program and animation script are also added.
  • Changes to existing API: