A Topology Tuple. More...
#include "olsr-repositories.h"
| Public Attributes | |
| Ipv4Address | destAddr | 
| Main address of the destination.  More... | |
| Time | expirationTime | 
| Time at which this tuple expires and must be removed.  More... | |
| Ipv4Address | lastAddr | 
| Main address of a node which is a neighbor of the destination.  More... | |
| uint16_t | sequenceNumber | 
| Sequence number.  More... | |
A Topology Tuple.
Definition at line 207 of file olsr-repositories.h.
| Ipv4Address ns3::olsr::TopologyTuple::destAddr | 
Main address of the destination.
Definition at line 210 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 216 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 212 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 214 of file olsr-repositories.h.
Referenced by ns3::olsr::operator<<(), ns3::olsr::operator==(), and ns3::olsr::RoutingProtocol::ProcessTc().
 1.8.14
 1.8.14