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 | |
| 23 | // #include "ns3/ndnSIM/helper/ndn-app-helper.hpp" |
| 24 | // #include "ns3/ndnSIM/helper/ndn-face-container.hpp" |
| 25 | // #include "ns3/ndnSIM/helper/ndn-fib-helper.hpp" |
| 26 | // #include "ns3/ndnSIM/helper/ndn-global-routing-helper.hpp" |
| 27 | // #include "ns3/ndnSIM/helper/ndn-ip-faces-helper.hpp" |
| 28 | // #include "ns3/ndnSIM/helper/ndn-link-control-helper.hpp" |
| 29 | // #include "ns3/ndnSIM/helper/ndn-stack-helper.hpp" |
| 30 | // #include "ns3/ndnSIM/helper/ndn-strategy-choice-helper.hpp" |
| 31 | |
| 32 | // #include "ns3/ndnSIM/utils/batches.hpp" |
| 33 | // #include "ns3/ndnSIM/utils/topology/annotated-topology-reader.hpp" |
| 34 | // #include "ns3/ndnSIM/utils/topology/rocketfuel-map-reader.hpp" |
| 35 | // #include "ns3/ndnSIM/utils/topology/rocketfuel-weights-reader.hpp" |
| 36 | // #include "ns3/ndnSIM/utils/tracers/l2-rate-tracer.hpp" |
| 37 | // #include "ns3/ndnSIM/utils/tracers/l2-tracer.hpp" |
| 38 | // #include "ns3/ndnSIM/utils/tracers/ndn-app-delay-tracer.hpp" |
| 39 | // #include "ns3/ndnSIM/utils/tracers/ndn-cs-tracer.hpp" |
| 40 | // #include "ns3/ndnSIM/utils/tracers/ndn-l3-aggregate-tracer.hpp" |
| 41 | // #include "ns3/ndnSIM/utils/tracers/ndn-l3-rate-tracer.hpp" |
| 42 | // #include "ns3/ndnSIM/utils/tracers/ndn-l3-tracer.hpp" |
| 43 | |
| 44 | // #include "ns3/ndnSIM/model/ndn-app-face.hpp" |
| 45 | // #include "ns3/ndnSIM/model/ndn-common.hpp" |
| 46 | // #include "ns3/ndnSIM/model/ndn-global-router.hpp" |
| 47 | // #include "ns3/ndnSIM/model/ndn-header.hpp" |
| 48 | // #include "ns3/ndnSIM/model/ndn-l3-protocol.hpp" |
| 49 | // #include "ns3/ndnSIM/model/ndn-net-device-face.hpp" |
| 50 | // #include "ns3/ndnSIM/model/ndn-ns3.hpp" |
| 51 | |
| 52 | // #include "ns3/ndnSIM/apps/callback-based-app.hpp" |
| 53 | // #include "ns3/ndnSIM/apps/ndn-app.hpp" |
| 54 | // #include "ns3/ndnSIM/apps/ndn-consumer-batches.hpp" |
| 55 | // #include "ns3/ndnSIM/apps/ndn-consumer-cbr.hpp" |
| 56 | // #include "ns3/ndnSIM/apps/ndn-consumer-window.hpp" |
| 57 | // #include "ns3/ndnSIM/apps/ndn-consumer-zipf-mandelbrot.hpp" |
| 58 | // #include "ns3/ndnSIM/apps/ndn-consumer.hpp" |
| 59 | // #include "ns3/ndnSIM/apps/ndn-producer.hpp" |
| 60 | |
| 61 | #endif // NDNSIM_NDN_ALL_HPP |