27 #ifndef OLSR_REPOSITORIES_H
28 #define OLSR_REPOSITORIES_H
33 #include "ns3/ipv4-address.h"
34 #include "ns3/nstime.h"
36 namespace ns3 {
namespace olsr {
58 static inline std::ostream&
61 os <<
"IfaceAssocTuple(ifaceAddr=" << tuple.
ifaceAddr
63 <<
", time=" << tuple.
time <<
")";
89 static inline std::ostream&
94 <<
", symTime=" << tuple.
symTime
96 <<
", expTime=" << tuple.
time
123 static inline std::ostream&
128 <<
", willingness=" << (
int) tuple.
willingness <<
")";
143 static inline std::ostream&
222 static inline std::ostream&
225 os <<
"TopologyTuple(destAddr=" << tuple.
destAddr
247 static inline std::ostream&
250 os <<
"Association(networkAddr=" << tuple.
networkAddr
251 <<
", netmask=" << tuple.
netmask
277 static inline std::ostream&
280 os <<
"AssociationTuple(gatewayAddr=" << tuple.
gatewayAddr
282 <<
", netmask=" << tuple.
netmask
std::vector< TopologyTuple > TopologySet
Topology Set type.
Ipv4Address networkAddr
Network Address of network reachable through gatewayAddr.
keep track of time values and allow control of global simulation resolution
Time asymTime
The link is considered unidirectional until this time.
uint16_t sequenceNumber
Sequence number.
std::vector< Association > Associations
Association Set type.
a class to represent an Ipv4 address mask
static std::ostream & operator<<(std::ostream &os, const PacketHeader &packet)
Time time
Time at which this tuple expires and must be removed.
enum ns3::olsr::NeighborTuple::Status status
Time expirationTime
Time at which this tuple expires and must be removed.
static bool operator==(const IfaceAssocTuple &a, const IfaceAssocTuple &b)
Ipv4Mask netmask
Netmask of network reachable through gatewayAddr.
Ipv4Address lastAddr
Main address of a node which is a neighbor of the destination.
Time expirationTime
Time at which this tuple expires and must be removed.
Ipv4Address mainAddr
Main address of the node.
Ipv4Address mainAddr
Main address of a node which have selected this node as a MPR.
Time expirationTime
Time at which this tuple expires and must be removed.
std::vector< LinkTuple > LinkSet
Link Set type.
Time symTime
The link is considered bidirectional until this time.
std::vector< DuplicateTuple > DuplicateSet
Duplicate Set type.
Ipv4Address destAddr
Main address of the destination.
std::vector< IfaceAssocTuple > IfaceAssocSet
Interface Association Set type.
uint8_t willingness
A value between 0 and 7 specifying the node's willingness to carry traffic on behalf of other nodes...
Time expirationTime
Time at which this tuple expires and must be removed.
Ipv4Address neighborMainAddr
Main address of a neighbor node.
Ipv4Address twoHopNeighborAddr
Main address of a 2-hop neighbor with a symmetric link to nb_main_addr.
Status
Neighbor Type and Link Type at the four less significative digits.
Ipv4Address localIfaceAddr
Interface address of the local node.
Time time
Time at which this tuple expires and must be removed.
Ipv4 addresses are stored in host order in this class.
std::vector< NeighborTuple > NeighborSet
Neighbor Set type.
Ipv4Address ifaceAddr
Interface address of a node.
std::set< Ipv4Address > MprSet
MPR Set type.
std::vector< TwoHopNeighborTuple > TwoHopNeighborSet
2-hop Neighbor Set type.
Ipv4Address neighborMainAddr
Main address of a neighbor.
std::vector< MprSelectorTuple > MprSelectorSet
MPR Selector Set type.
Ipv4Address address
Originator address of the message.
Ipv4Address gatewayAddr
Main address of the gateway.
Ipv4Address neighborIfaceAddr
Interface address of the neighbor node.
An Interface Association Tuple.
bool retransmitted
Indicates whether the message has been retransmitted or not.
The type "list of interface addresses".
uint16_t sequenceNumber
Message sequence number.
std::vector< AssociationTuple > AssociationSet
Association Set type.
Time expirationTime
Time at which this tuple expires and must be removed.
std::vector< Ipv4Address > ifaceList
List of interfaces which the message has been received on.