A Discrete-Event Network Simulator
API
ns3::aodv::Neighbors::Neighbor Struct Reference

Neighbor description. More...

#include "aodv-neighbor.h"

+ Collaboration diagram for ns3::aodv::Neighbors::Neighbor:

Public Member Functions

 Neighbor (Ipv4Address ip, Mac48Address mac, Time t)
 

Public Attributes

bool close
 
Time m_expireTime
 
Mac48Address m_hardwareAddress
 
Ipv4Address m_neighborAddress
 

Detailed Description

Neighbor description.

Definition at line 55 of file aodv-neighbor.h.

Constructor & Destructor Documentation

ns3::aodv::Neighbors::Neighbor::Neighbor ( Ipv4Address  ip,
Mac48Address  mac,
Time  t 
)
inline

Definition at line 62 of file aodv-neighbor.h.

Member Data Documentation

bool ns3::aodv::Neighbors::Neighbor::close

Definition at line 60 of file aodv-neighbor.h.

Referenced by ns3::aodv::CloseNeighbor::operator()().

Time ns3::aodv::Neighbors::Neighbor::m_expireTime

Definition at line 59 of file aodv-neighbor.h.

Referenced by ns3::aodv::CloseNeighbor::operator()().

Mac48Address ns3::aodv::Neighbors::Neighbor::m_hardwareAddress

Definition at line 58 of file aodv-neighbor.h.

Ipv4Address ns3::aodv::Neighbors::Neighbor::m_neighborAddress

Definition at line 57 of file aodv-neighbor.h.


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