Route information for addRoutes method. More...
#include <ndn-scenario-helper.hpp>
Public Attributes | |
std::string | node1 |
std::string | node2 |
Name | prefix |
int32_t | metric |
Route information for addRoutes method.
It is preferred to use initializer list to indirectly pass RouteInfo's to addRoutes method.
Definition at line 72 of file ndn-scenario-helper.hpp.
std::string ns3::ndn::ScenarioHelper::RouteInfo::node1 |
Definition at line 74 of file ndn-scenario-helper.hpp.
std::string ns3::ndn::ScenarioHelper::RouteInfo::node2 |
Definition at line 75 of file ndn-scenario-helper.hpp.
Name ns3::ndn::ScenarioHelper::RouteInfo::prefix |
Definition at line 76 of file ndn-scenario-helper.hpp.
int32_t ns3::ndn::ScenarioHelper::RouteInfo::metric |
Definition at line 77 of file ndn-scenario-helper.hpp.