From 2301cdfc097678ad2a45ffcf3ab02b7bdd7ce926 Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Tue, 14 Sep 2021 21:27:13 -0700 Subject: [PATCH] buildings: Update documentation for group mobility changes --- CHANGES.html | 2 +- RELEASE_NOTES | 1 + src/buildings/doc/source/buildings-user.rst | 20 ++++++++++++++++++++ 3 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGES.html b/CHANGES.html index 24995518c..c1c2fdc78 100644 --- a/CHANGES.html +++ b/CHANGES.html @@ -61,7 +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.
  • +
  • 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). New example programs and animation scripts are also added to both the buildings and mobility modules.
  • Changes to existing API: