A Topology Tuple. More...
#include "olsr-repositories.h"
 Collaboration diagram for ns3::olsr::TopologyTuple:
 Collaboration diagram for ns3::olsr::TopologyTuple:| Public Attributes | |
| Ipv4Address | destAddr | 
| Main address of the destination. | |
| Time | expirationTime | 
| Time at which this tuple expires and must be removed. | |
| Ipv4Address | lastAddr | 
| Main address of a node which is a neighbor of the destination. | |
| uint16_t | sequenceNumber | 
| Sequence number. | |
A Topology Tuple.
Definition at line 238 of file olsr-repositories.h.
| Ipv4Address ns3::olsr::TopologyTuple::destAddr | 
Main address of the destination.
Definition at line 241 of file olsr-repositories.h.
Referenced by ns3::olsr::operator<<(), ns3::olsr::operator==(), ns3::olsr::RoutingProtocol::ProcessTc(), ns3::olsr::RoutingProtocol::RoutingTableComputation(), and ns3::olsr::RoutingProtocol::TopologyTupleTimerExpire().
| Time ns3::olsr::TopologyTuple::expirationTime | 
Time at which this tuple expires and must be removed.
Definition at line 247 of file olsr-repositories.h.
Referenced by ns3::olsr::operator<<(), ns3::olsr::RoutingProtocol::ProcessTc(), and ns3::olsr::RoutingProtocol::TopologyTupleTimerExpire().
| Ipv4Address ns3::olsr::TopologyTuple::lastAddr | 
Main address of a node which is a neighbor of the destination.
Definition at line 243 of file olsr-repositories.h.
Referenced by ns3::olsr::operator<<(), ns3::olsr::operator==(), ns3::olsr::RoutingProtocol::ProcessTc(), ns3::olsr::RoutingProtocol::RoutingTableComputation(), and ns3::olsr::RoutingProtocol::TopologyTupleTimerExpire().
| uint16_t ns3::olsr::TopologyTuple::sequenceNumber | 
Sequence number.
Definition at line 245 of file olsr-repositories.h.
Referenced by ns3::olsr::operator<<(), ns3::olsr::operator==(), and ns3::olsr::RoutingProtocol::ProcessTc().