Data Structures | |
| class | AdvertisePrefixCommand |
| class | CommandManagerBase |
| class | ManagerBase |
| class | NfdRibCommandProcessor |
| class | NfdRibRegisterCommand |
| class | NfdRibUnregisterCommand |
| class | PrefixUpdateProcessor |
| class | WithdrawPrefixCommand |
Typedefs | |
| using | SignerTag = ndn::SimpleTag< ndn::Name, 20 > |
| an Interest tag to indicate command signer More... | |
| typedef boost::property_tree::ptree | ConfigSection |
Functions | |
| static ndn::optional< std::string > | getSignerFromTag (const ndn::Interest &interest) |
| obtain signer from SignerTag attached to Interest, if available More... | |
| typedef boost::property_tree::ptree nlsr::update::ConfigSection |
Definition at line 45 of file prefix-update-processor.hpp.
| using nlsr::update::SignerTag = typedef ndn::SimpleTag<ndn::Name, 20> |
an Interest tag to indicate command signer
Definition at line 36 of file prefix-update-processor.cpp.
|
static |
obtain signer from SignerTag attached to Interest, if available
Definition at line 41 of file prefix-update-processor.cpp.