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 249 of file olsr-repositories.h.
Ipv4Address ns3::olsr::TopologyTuple::destAddr |
Main address of the destination.
Definition at line 252 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 258 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 254 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 256 of file olsr-repositories.h.
Referenced by ns3::olsr::operator<<(), ns3::olsr::operator==(), and ns3::olsr::RoutingProtocol::ProcessTc().