| /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ |
| /** |
| * Copyright (c) 2011-2015 Regents of the University of California. |
| * |
| * This file is part of ndnSIM. See AUTHORS for complete list of ndnSIM authors and |
| * contributors. |
| * |
| * ndnSIM is free software: you can redistribute it and/or modify it under the terms |
| * of the GNU General Public License as published by the Free Software Foundation, |
| * either version 3 of the License, or (at your option) any later version. |
| * |
| * ndnSIM is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; |
| * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR |
| * PURPOSE. See the GNU General Public License for more details. |
| * |
| * You should have received a copy of the GNU General Public License along with |
| * ndnSIM, e.g., in COPYING.md file. If not, see <http://www.gnu.org/licenses/>. |
| **/ |
| |
| #ifndef NDNSIM_NDN_ALL_HPP |
| #define NDNSIM_NDN_ALL_HPP |
| |
| #include "ns3/ndnSIM/helper/ndn-stack-helper.hpp" |
| #include "ns3/ndnSIM/helper/ndn-app-helper.hpp" |
| #include "ns3/ndnSIM/helper/ndn-global-routing-helper.hpp" |
| #include "ns3/ndnSIM/helper/ndn-network-region-table-helper.hpp" |
| // #include "ns3/ndnSIM/helper/ndn-ip-faces-helper.hpp" |
| // #include "ns3/ndnSIM/helper/ndn-link-control-helper.hpp" |
| |
| #include "ns3/ndnSIM/utils/topology/annotated-topology-reader.hpp" |
| #include "ns3/ndnSIM/utils/topology/rocketfuel-map-reader.hpp" |
| #include "ns3/ndnSIM/utils/topology/rocketfuel-weights-reader.hpp" |
| #include "ns3/ndnSIM/utils/tracers/l2-rate-tracer.hpp" |
| #include "ns3/ndnSIM/utils/tracers/ndn-app-delay-tracer.hpp" |
| #include "ns3/ndnSIM/utils/tracers/ndn-cs-tracer.hpp" |
| #include "ns3/ndnSIM/utils/tracers/ndn-l3-rate-tracer.hpp" |
| |
| // #include "ns3/ndnSIM/model/ndn-app-face.hpp" |
| #include "ns3/ndnSIM/model/ndn-l3-protocol.hpp" |
| // #include "ns3/ndnSIM/model/ndn-net-device-face.hpp" |
| |
| // #include "ns3/ndnSIM/apps/ndn-app.hpp" |
| |
| #include "ns3/ndnSIM/NFD/daemon/fw/forwarder.hpp" |
| #include "ns3/ndnSIM/NFD/daemon/table/fib.hpp" |
| |
| #include "ns3/ndnSIM/bindings/module-helpers.hpp" |
| |
| #endif // NDNSIM_NDN_ALL_HPP |