From d4cd46fbfef5fcd00bcfd000a76483d2ffff6e10 Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Sun, 31 Mar 2019 09:54:35 -0700 Subject: [PATCH] core: (fixes #43) Check if ObjectFactory has been configured --- CHANGES.html | 2 ++ src/core/model/object-factory.cc | 9 +++++++++ src/core/model/object-factory.h | 7 +++++++ 3 files changed, 18 insertions(+) diff --git a/CHANGES.html b/CHANGES.html index 5ed2eec3f..779195ac2 100644 --- a/CHANGES.html +++ b/CHANGES.html @@ -63,6 +63,8 @@ us a note on ns-developers mailing list.

  • Added a new trace source EndOfHePreamble in WifiPhy for tracing end of preamble (after training fields) for received 802.11ax packets.
  • Added a new helper method to SpectrumWifiPhyHelper and YansWifiPhyHelper to set the frame capture model
  • Added a new helper method to SpectrumWifiPhyHelper and YansWifiPhyHelper to set the preamble detection model
  • +
  • Added a method to ObjectFactory to check whether a TypeId has been configured on the factory
  • +

    Changes to existing API: