#include "routing-calculator.hpp"#include "name-map.hpp"#include "nexthop.hpp"#include "adjacent.hpp"#include "logger.hpp"#include "nlsr.hpp"#include <cmath>
Include dependency graph for routing-calculator-hyperbolic.cpp:Go to the source code of this file.
Namespaces | |
| nlsr | |
| Copyright (c) 2014-2020, The University of Memphis, Regents of the University of California. | |
Functions | |
| void | nlsr::calculateHyperbolicRoutingPath (NameMap &map, RoutingTable &rt, Lsdb &lsdb, AdjacencyList &adjacencies, ndn::Name thisRouterName, bool isDryRun) |
Variables | |
| constexpr double | nlsr::UNKNOWN_DISTANCE = -1.0 |
| constexpr double | nlsr::UNKNOWN_RADIUS = -1.0 |