QuISP
Loading...
Searching...
No Matches
quisp::modules::ospf::LinkStateAdvertisement Struct Reference

Full link-state advertisement that holds info of neighbor_nodes. Element that makes up the LinkStateDatabase topology information. More...

#include <Ospf.h>

Inheritance diagram for quisp::modules::ospf::LinkStateAdvertisement:
Collaboration diagram for quisp::modules::ospf::LinkStateAdvertisement:

Public Member Functions

 LinkStateAdvertisement (NodeAddr _id, NodeAddr _origin_id, NeighborTable _neighbor_table)
 
 LinkStateAdvertisement (NodeAddr _id, NodeAddr _origin_id, int _age, NeighborTable _neighbor_table)
 
 LinkStateAdvertisement ()=default
 

Public Attributes

NeighborTable neighbor_nodes
 

Detailed Description

Full link-state advertisement that holds info of neighbor_nodes. Element that makes up the LinkStateDatabase topology information.

Constructor & Destructor Documentation

◆ LinkStateAdvertisement() [1/3]

quisp::modules::ospf::LinkStateAdvertisement::LinkStateAdvertisement ( NodeAddr _id,
NodeAddr _origin_id,
NeighborTable _neighbor_table )
inline

◆ LinkStateAdvertisement() [2/3]

quisp::modules::ospf::LinkStateAdvertisement::LinkStateAdvertisement ( NodeAddr _id,
NodeAddr _origin_id,
int _age,
NeighborTable _neighbor_table )
inline

◆ LinkStateAdvertisement() [3/3]

quisp::modules::ospf::LinkStateAdvertisement::LinkStateAdvertisement ( )
default

Member Data Documentation

◆ neighbor_nodes

NeighborTable quisp::modules::ospf::LinkStateAdvertisement::neighbor_nodes

The documentation for this struct was generated from the following file: