|
WSF
|
#include <WsfCommProtocolOSPF.hpp>

Public Attributes | |
| Address | mLocalInterface {} |
| Address | mRemoteInterface {} |
| std::string | mLocalNetwork {} |
| std::string | mRemoteNetwork {} |
| double | mLastUpdateTime {} |
A simple struct used to combine data used by OSPF on all routers. Every router periodically attempts to communicate with other routers within its area. Routers respond to this, validating two-way communications. Since areas can encompass multiple networks, this allows an area to know which networks (and their interfaces) that can be sent to directly within the same area, as well as track when such data should be removed when communications fail (after a timeout).
| double wsf::comm::router::ProtocolOSPF::LinkStateData::mLastUpdateTime {} |
| Address wsf::comm::router::ProtocolOSPF::LinkStateData::mLocalInterface {} |
| std::string wsf::comm::router::ProtocolOSPF::LinkStateData::mLocalNetwork {} |
| Address wsf::comm::router::ProtocolOSPF::LinkStateData::mRemoteInterface {} |
| std::string wsf::comm::router::ProtocolOSPF::LinkStateData::mRemoteNetwork {} |