#include "nfd.hpp"#include "rib/service.hpp"#include "core/extended-error-message.hpp"#include "core/global-io.hpp"#include "core/logger.hpp"#include "core/logger-factory.hpp"#include "core/privilege-helper.hpp"#include "core/version.hpp"#include <string.h>#include <boost/config.hpp>#include <boost/filesystem.hpp>#include <boost/program_options/options_description.hpp>#include <boost/program_options/parsers.hpp>#include <boost/program_options/variables_map.hpp>#include <boost/thread.hpp>#include <boost/version.hpp>#include <atomic>#include <condition_variable>#include <iostream>#include <ndn-cxx/version.hpp>
Go to the source code of this file.
Classes | |
| class | nfd::NfdRunner |
| Executes NFD with RIB manager. More... | |
Namespaces | |
| nfd | |
| Copyright (c) 2011-2015 Regents of the University of California. | |
Functions | |
| static void | nfd::printUsage (std::ostream &os, const char *programName, const po::options_description &opts) |
| static void | nfd::printLogModules (std::ostream &os) |
| int | main (int argc, char **argv) |
Variables | |
| Main | |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 229 of file main.cpp.
References nfd::getExtendedErrorMessage(), nfd::NfdRunner::initialize(), NFD_LOG_FATAL, NFD_LOG_INFO, nfd::printLogModules(), nfd::printUsage(), nfd::NfdRunner::run(), ndn::to_string(), and nfd::PrivilegeHelper::Error::what().