26 #ifndef NFD_DAEMON_MGMT_STRATEGY_CHOICE_MANAGER_HPP 27 #define NFD_DAEMON_MGMT_STRATEGY_CHOICE_MANAGER_HPP 33 namespace strategy_choice {
45 Dispatcher& dispatcher,
50 setStrategy(ControlParameters parameters,
51 const ndn::mgmt::CommandContinuation& done);
54 unsetStrategy(ControlParameters parameters,
55 const ndn::mgmt::CommandContinuation& done);
58 listChoices(ndn::mgmt::StatusDatasetContext& context);
66 #endif // NFD_DAEMON_MGMT_STRATEGY_CHOICE_MANAGER_HPP represents the Strategy Choice table
provides ControlCommand authorization according to NFD configuration file
Copyright (c) 2014-2015, Regents of the University of California, Arizona Board of Regents...
a collection of common functions shared by all NFD managers, such as communicating with the dispatche...
implement the Strategy Choice Management of NFD Management Protocol.