|
WSF
|
A simple data structure to hold routing data. More...
#include <WsfCommProtocolIGMP.hpp>

Public Attributes | |
| Address | mNextHop |
| size_t | mHops |
| double | mCost |
| graph::AddressList | mFullPath |
| std::unordered_set< Address > | mDestinationSet |
A simple data structure to hold routing data.
| double wsf::comm::ProtocolIGMP::RouteData::mCost |
| std::unordered_set<Address> wsf::comm::ProtocolIGMP::RouteData::mDestinationSet |
| graph::AddressList wsf::comm::ProtocolIGMP::RouteData::mFullPath |
| size_t wsf::comm::ProtocolIGMP::RouteData::mHops |
| Address wsf::comm::ProtocolIGMP::RouteData::mNextHop |