NFD: Named Data Networking Forwarding Daemon 0.6.0 documentation
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
status.hpp
Go to the documentation of this file.
1
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
26
#ifndef NFD_TOOLS_NFDC_STATUS_HPP
27
#define NFD_TOOLS_NFDC_STATUS_HPP
28
29
#include "
status-report.hpp
"
30
#include "
command-parser.hpp
"
31
32
namespace
nfd
{
33
namespace
tools {
34
namespace
nfdc {
35
36
struct
StatusReportOptions
37
{
38
ReportFormat
output
=
ReportFormat::TEXT
;
39
bool
wantForwarderGeneral
=
false
;
40
bool
wantChannels
=
false
;
41
bool
wantFaces
=
false
;
42
bool
wantFib
=
false
;
43
bool
wantRib
=
false
;
44
bool
wantStrategyChoice
=
false
;
45
};
46
49
void
50
reportStatus
(
ExecuteContext
& ctx,
const
StatusReportOptions
& options);
51
62
void
63
registerStatusCommands
(
CommandParser
& parser);
64
65
}
// namespace nfdc
66
}
// namespace tools
67
}
// namespace nfd
68
69
#endif // NFD_TOOLS_NFDC_STATUS_HPP
nfd::tools::nfdc::registerStatusCommands
void registerStatusCommands(CommandParser &parser)
registers status commands
Definition:
status.cpp:115
nfd::tools::nfdc::ExecuteContext
context for command execution
Definition:
execute-command.hpp:51
nfd::tools::nfdc::StatusReportOptions::wantChannels
bool wantChannels
Definition:
status.hpp:40
nfd::tools::nfdc::reportStatus
void reportStatus(ExecuteContext &ctx, const StatusReportOptions &options)
collect a status report and write to stdout
Definition:
status.cpp:41
nfd::tools::nfdc::StatusReportOptions::wantStrategyChoice
bool wantStrategyChoice
Definition:
status.hpp:44
nfd::tools::nfdc::StatusReportOptions::wantFaces
bool wantFaces
Definition:
status.hpp:41
nfd::tools::nfdc::StatusReportOptions::wantForwarderGeneral
bool wantForwarderGeneral
Definition:
status.hpp:39
nfd::tools::nfdc::StatusReportOptions
Definition:
status.hpp:36
nfd::tools::nfdc::ReportFormat::TEXT
nfd::tools::nfdc::StatusReportOptions::output
ReportFormat output
Definition:
status.hpp:38
nfd
Copyright (c) 2014-2015, Regents of the University of California, Arizona Board of Regents...
Definition:
algorithm.hpp:32
command-parser.hpp
nfd::tools::nfdc::CommandParser
parses a command
Definition:
command-parser.hpp:62
nfd::tools::nfdc::StatusReportOptions::wantFib
bool wantFib
Definition:
status.hpp:42
nfd::tools::nfdc::ReportFormat
ReportFormat
Definition:
status-report.hpp:42
status-report.hpp
nfd::tools::nfdc::StatusReportOptions::wantRib
bool wantRib
Definition:
status.hpp:43
tools
nfdc
status.hpp
Generated on Mon Oct 16 2017 13:51:51 for NFD: Named Data Networking Forwarding Daemon by
1.8.11