A Neighbor Tuple. More...
#include "olsr-repositories.h"
| Public Types | |
| enum | Status { STATUS_NOT_SYM = 0, STATUS_SYM = 1 } | 
| Status of the link (Symmetric or not Symmetric).  More... | |
| Public Attributes | |
| Ipv4Address | neighborMainAddr | 
| Main address of a neighbor node.  More... | |
| enum ns3::olsr::NeighborTuple::Status | status | 
| Status of the link.  More... | |
| uint8_t | willingness | 
| A value between 0 and 7 specifying the node's willingness to carry traffic on behalf of other nodes.  More... | |
A Neighbor Tuple.
Definition at line 102 of file olsr-repositories.h.
Status of the link (Symmetric or not Symmetric).
| Enumerator | |
|---|---|
| STATUS_NOT_SYM | |
| STATUS_SYM | |
Definition at line 107 of file olsr-repositories.h.
| Ipv4Address ns3::olsr::NeighborTuple::neighborMainAddr | 
Main address of a neighbor node.
Definition at line 105 of file olsr-repositories.h.
Referenced by ns3::olsr::RoutingProtocol::Degree(), ns3::olsr::OlsrState::InsertNeighborTuple(), ns3::olsr::RoutingProtocol::LinkTupleAdded(), ns3::olsr::RoutingProtocol::LinkTupleUpdated(), ns3::olsr::RoutingProtocol::MprComputation(), ns3::olsr::operator<<(), ns3::olsr::operator==(), and ns3::olsr::RoutingProtocol::RoutingTableComputation().
| enum ns3::olsr::NeighborTuple::Status ns3::olsr::NeighborTuple::status | 
| uint8_t ns3::olsr::NeighborTuple::willingness | 
A value between 0 and 7 specifying the node's willingness to carry traffic on behalf of other nodes.
Definition at line 113 of file olsr-repositories.h.
Referenced by ns3::olsr::RoutingProtocol::LinkTupleAdded(), ns3::olsr::RoutingProtocol::MprComputation(), ns3::olsr::operator<<(), ns3::olsr::operator==(), and ns3::olsr::RoutingProtocol::PopulateNeighborSet().
 1.8.14
 1.8.14