#include "routing-table-calculator.hpp"#include "lsdb.hpp"#include "map.hpp"#include "nexthop.hpp"#include "nlsr.hpp"#include "logger.hpp"#include "adjacent.hpp"#include <cmath>#include <boost/lexical_cast.hpp>#include <ndn-cxx/util/logger.hpp>
Include dependency graph for routing-table-calculator.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. | |
Variables | |
| constexpr int | nlsr::EMPTY_PARENT = -12345 |
| constexpr double | nlsr::INF_DISTANCE = 2147483647 |
| constexpr int | nlsr::NO_MAPPING_NUM = -1 |
| constexpr int | nlsr::NO_NEXT_HOP = -12345 |
| constexpr double | nlsr::UNKNOWN_DISTANCE = -1.0 |
| constexpr double | nlsr::UNKNOWN_RADIUS = -1.0 |