WSF
wsf::comm::ProtocolIGMP::RouteData Struct Reference

A simple data structure to hold routing data. More...

#include <WsfCommProtocolIGMP.hpp>

Collaboration diagram for wsf::comm::ProtocolIGMP::RouteData:

Public Attributes

Address mNextHop
size_t mHops
double mCost
graph::AddressList mFullPath
std::unordered_set< AddressmDestinationSet

Detailed Description

A simple data structure to hold routing data.

Member Data Documentation

◆ mCost

double wsf::comm::ProtocolIGMP::RouteData::mCost

◆ mDestinationSet

std::unordered_set<Address> wsf::comm::ProtocolIGMP::RouteData::mDestinationSet

◆ mFullPath

graph::AddressList wsf::comm::ProtocolIGMP::RouteData::mFullPath

◆ mHops

size_t wsf::comm::ProtocolIGMP::RouteData::mHops

◆ mNextHop

Address wsf::comm::ProtocolIGMP::RouteData::mNextHop

The documentation for this struct was generated from the following file:
Copyrights Multiple, All Rights Reserved