Alexander Afanasyev | 60c0462 | 2014-12-29 20:43:22 -0800 | [diff] [blame] | 1 | /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ |
| 2 | /** |
| 3 | * Copyright (c) 2011-2014 Regents of the University of California. |
| 4 | * |
| 5 | * This file is part of ndnSIM. See AUTHORS for complete list of ndnSIM authors and |
| 6 | * contributors. |
| 7 | * |
| 8 | * ndnSIM is free software: you can redistribute it and/or modify it under the terms |
| 9 | * of the GNU General Public License as published by the Free Software Foundation, |
| 10 | * either version 3 of the License, or (at your option) any later version. |
| 11 | * |
| 12 | * ndnSIM is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; |
| 13 | * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR |
| 14 | * PURPOSE. See the GNU General Public License for more details. |
| 15 | * |
| 16 | * You should have received a copy of the GNU General Public License along with |
| 17 | * ndnSIM, e.g., in COPYING.md file. If not, see <http://www.gnu.org/licenses/>. |
| 18 | **/ |
| 19 | |
| 20 | #ifndef NDNSIM_NDN_ALL_HPP |
| 21 | #define NDNSIM_NDN_ALL_HPP |
| 22 | |
Spyridon Mastorakis | db8280f | 2014-11-21 20:00:17 -0800 | [diff] [blame] | 23 | #include "ns3/ndnSIM/helper/ndn-stack-helper.hpp" |
| 24 | #include "ns3/ndnSIM/helper/ndn-app-helper.hpp" |
| 25 | #include "ns3/ndnSIM/helper/ndn-global-routing-helper.hpp" |
Alexander Afanasyev | 60c0462 | 2014-12-29 20:43:22 -0800 | [diff] [blame] | 26 | // #include "ns3/ndnSIM/helper/ndn-ip-faces-helper.hpp" |
| 27 | // #include "ns3/ndnSIM/helper/ndn-link-control-helper.hpp" |
Alexander Afanasyev | 60c0462 | 2014-12-29 20:43:22 -0800 | [diff] [blame] | 28 | |
Spyridon Mastorakis | db8280f | 2014-11-21 20:00:17 -0800 | [diff] [blame] | 29 | #include "ns3/ndnSIM/utils/topology/annotated-topology-reader.hpp" |
| 30 | #include "ns3/ndnSIM/utils/topology/rocketfuel-map-reader.hpp" |
| 31 | #include "ns3/ndnSIM/utils/topology/rocketfuel-weights-reader.hpp" |
| 32 | #include "ns3/ndnSIM/utils/tracers/l2-rate-tracer.hpp" |
| 33 | #include "ns3/ndnSIM/utils/tracers/ndn-app-delay-tracer.hpp" |
| 34 | #include "ns3/ndnSIM/utils/tracers/ndn-cs-tracer.hpp" |
| 35 | #include "ns3/ndnSIM/utils/tracers/ndn-l3-rate-tracer.hpp" |
Alexander Afanasyev | 60c0462 | 2014-12-29 20:43:22 -0800 | [diff] [blame] | 36 | |
| 37 | // #include "ns3/ndnSIM/model/ndn-app-face.hpp" |
Alexander Afanasyev | 60c0462 | 2014-12-29 20:43:22 -0800 | [diff] [blame] | 38 | // #include "ns3/ndnSIM/model/ndn-l3-protocol.hpp" |
| 39 | // #include "ns3/ndnSIM/model/ndn-net-device-face.hpp" |
Alexander Afanasyev | 60c0462 | 2014-12-29 20:43:22 -0800 | [diff] [blame] | 40 | |
Alexander Afanasyev | 60c0462 | 2014-12-29 20:43:22 -0800 | [diff] [blame] | 41 | // #include "ns3/ndnSIM/apps/ndn-app.hpp" |
Alexander Afanasyev | 60c0462 | 2014-12-29 20:43:22 -0800 | [diff] [blame] | 42 | |
| 43 | #endif // NDNSIM_NDN_ALL_HPP |