|
WSF
|
A simple data structure to hold routing data. More...
#include <WsfCommProtocolMulticast.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::router::ProtocolMulticast::RouteData::mCost {} |
Referenced by wsf::comm::router::ProtocolMulticast::Send().
| std::unordered_set<Address> wsf::comm::router::ProtocolMulticast::RouteData::mDestinationSet {} |
| graph::AddressList wsf::comm::router::ProtocolMulticast::RouteData::mFullPath {} |
Referenced by wsf::comm::router::ProtocolMulticast::Send().
| size_t wsf::comm::router::ProtocolMulticast::RouteData::mHops {} |
Referenced by wsf::comm::router::ProtocolMulticast::Send().
| Address wsf::comm::router::ProtocolMulticast::RouteData::mNextHop |
Referenced by wsf::comm::router::ProtocolMulticast::Send().