Public Member Functions | Public Attributes

OLSR_link_tuple Struct Reference

A Link Tuple. More...

#include <OLSR_repositories.h>

List of all members.

Public Member Functions

nsaddr_t & local_iface_addr ()
nsaddr_t & nb_iface_addr ()
double & sym_time ()
double & asym_time ()
double & lost_time ()
double & time ()
nsaddr_t & local_iface_addr ()
nsaddr_t & nb_iface_addr ()
double & sym_time ()
double & asym_time ()
double & lost_time ()
double & time ()

Public Attributes

nsaddr_t local_iface_addr_
 Interface address of the local node.
nsaddr_t nb_iface_addr_
 Interface address of the neighbor node.
double sym_time_
 The link is considered bidirectional until this time.
double asym_time_
 The link is considered unidirectional until this time.
double lost_time_
 The link is considered lost until this time (used for link layer notification).
double time_
 Time at which this tuple expires and must be removed.

Detailed Description

A Link Tuple.


The documentation for this struct was generated from the following files: