NFD Strategy Choice Helper (FIB) helper. More...
#include <ndn-strategy-choice-helper.hpp>
Static Public Member Functions | |
static void | Install (const NodeContainer &c, const Name &namePrefix, const Name &strategy) |
static void | Install (Ptr< Node > node, const Name &namePrefix, const Name &strategy) |
static void | InstallAll (const Name &namePrefix, const Name &strategy) |
template<class Strategy > | |
static void | Install (Ptr< Node > node, const Name &namePrefix) |
template<class Strategy > | |
static void | Install (const NodeContainer &c, const Name &namePrefix) |
template<class Strategy > | |
static void | InstallAll (const Name &namePrefix) |
NFD Strategy Choice Helper (FIB) helper.
The Strategy Choice helper interacts with the Strategy Choice manager of NFD by sending special Interest commands to the manager in order to specify the desired per-name prefix forwarding strategy for one, more or all the nodes of a topology.
Definition at line 59 of file ndn-strategy-choice-helper.hpp.
|
static |
Definition at line 50 of file ndn-strategy-choice-helper.cpp.
Referenced by Install(), and InstallAll().
|
static |
Definition at line 58 of file ndn-strategy-choice-helper.cpp.
|
inlinestatic |
Definition at line 89 of file ndn-strategy-choice-helper.hpp.
References nfd::StrategyChoice::hasStrategy(), Install(), and nfd::StrategyChoice::install().
|
inlinestatic |
Definition at line 107 of file ndn-strategy-choice-helper.hpp.
|
static |
Definition at line 68 of file ndn-strategy-choice-helper.cpp.
References Install().
|
inlinestatic |
Definition at line 116 of file ndn-strategy-choice-helper.hpp.