A Link Tuple. More...
#include "olsr-repositories.h"
Public Attributes | |
Time | asymTime |
The link is considered unidirectional until this time. | |
Ipv4Address | localIfaceAddr |
Interface address of the local node. | |
Ipv4Address | neighborIfaceAddr |
Interface address of the neighbor node. | |
Time | symTime |
The link is considered bidirectional until this time. | |
Time | time |
Time at which this tuple expires and must be removed. | |
A Link Tuple.
Definition at line 100 of file olsr-repositories.h.
Time ns3::olsr::LinkTuple::asymTime |
The link is considered unidirectional until this time.
Definition at line 109 of file olsr-repositories.h.
Referenced by ns3::olsr::RoutingProtocol::LinkSensing(), and ns3::olsr::operator<<().
Ipv4Address ns3::olsr::LinkTuple::localIfaceAddr |
Interface address of the local node.
Definition at line 103 of file olsr-repositories.h.
Referenced by ns3::olsr::RoutingProtocol::LinkSensing(), ns3::olsr::operator<<(), ns3::olsr::operator==(), and ns3::olsr::RoutingProtocol::RoutingTableComputation().
Ipv4Address ns3::olsr::LinkTuple::neighborIfaceAddr |
Interface address of the neighbor node.
Definition at line 105 of file olsr-repositories.h.
Referenced by ns3::olsr::RoutingProtocol::LinkSensing(), ns3::olsr::RoutingProtocol::LinkTupleAdded(), ns3::olsr::RoutingProtocol::LinkTupleUpdated(), ns3::olsr::RoutingProtocol::NeighborLoss(), ns3::olsr::operator<<(), ns3::olsr::operator==(), ns3::olsr::RoutingProtocol::RemoveLinkTuple(), and ns3::olsr::RoutingProtocol::RoutingTableComputation().
Time ns3::olsr::LinkTuple::symTime |
The link is considered bidirectional until this time.
Definition at line 107 of file olsr-repositories.h.
Referenced by ns3::olsr::RoutingProtocol::LinkSensing(), ns3::olsr::RoutingProtocol::LinkTupleAdded(), ns3::olsr::RoutingProtocol::LinkTupleTimerExpire(), ns3::olsr::RoutingProtocol::LinkTupleUpdated(), and ns3::olsr::operator<<().
Time ns3::olsr::LinkTuple::time |
Time at which this tuple expires and must be removed.
Definition at line 111 of file olsr-repositories.h.
Referenced by ns3::olsr::RoutingProtocol::LinkSensing(), ns3::olsr::RoutingProtocol::LinkTupleTimerExpire(), ns3::olsr::operator<<(), and ns3::olsr::RoutingProtocol::RoutingTableComputation().