DSR Error Buffer Entry. More...
#include "dsr-errorbuff.h"
 Collaboration diagram for ns3::dsr::DsrErrorBuffEntry:
 Collaboration diagram for ns3::dsr::DsrErrorBuffEntry:| Public Member Functions | |
| DsrErrorBuffEntry (Ptr< const Packet > pa=0, Ipv4Address d=Ipv4Address(), Ipv4Address s=Ipv4Address(), Ipv4Address n=Ipv4Address(), Time exp=Simulator::Now(), uint8_t p=0) | |
| Create an DsrErrorBuffEntry with the given parameters.  More... | |
| Ipv4Address | GetDestination () const | 
| Get destination address.  More... | |
| Time | GetExpireTime () const | 
| Get expire time.  More... | |
| Ipv4Address | GetNextHop () const | 
| Get next hop.  More... | |
| Ptr< const Packet > | GetPacket () const | 
| Get packet from entry.  More... | |
| uint8_t | GetProtocol () const | 
| Get protocol number.  More... | |
| Ipv4Address | GetSource () const | 
| Get source address.  More... | |
| bool | operator== (DsrErrorBuffEntry const &o) const | 
| Compare send buffer entries.  More... | |
| void | SetDestination (Ipv4Address d) | 
| Set destination address.  More... | |
| void | SetExpireTime (Time exp) | 
| Set expire time.  More... | |
| void | SetNextHop (Ipv4Address n) | 
| Set next hop.  More... | |
| void | SetPacket (Ptr< const Packet > p) | 
| Set packet for entry.  More... | |
| void | SetProtocol (uint8_t p) | 
| Set protocol number.  More... | |
| void | SetSource (Ipv4Address s) | 
| Set source address.  More... | |
| Private Attributes | |
| Ipv4Address | m_dst | 
| Destination address.  More... | |
| Time | m_expire | 
| Expire time for queue entry.  More... | |
| Ipv4Address | m_nextHop | 
| Nexthop address.  More... | |
| Ptr< const Packet > | m_packet | 
| Data packet.  More... | |
| uint8_t | m_protocol | 
| The protocol number.  More... | |
| Ipv4Address | m_source | 
| Source address.  More... | |
DSR Error Buffer Entry.
Definition at line 45 of file dsr-errorbuff.h.
| 
 | inline | 
Create an DsrErrorBuffEntry with the given parameters.
| pa | packet | 
| d | IPv4 address of the destination | 
| s | IPv4 address of the source | 
| n | IPv4 address of the next hop | 
| exp | expiration time | 
| p | protocol number | 
Definition at line 58 of file dsr-errorbuff.h.
| 
 | inline | 
Get destination address.
Definition at line 99 of file dsr-errorbuff.h.
References m_dst.
Referenced by ns3::dsr::DsrErrorBuffer::Drop(), and ns3::dsr::DsrErrorBuffer::Enqueue().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | inline | 
Get expire time.
Definition at line 155 of file dsr-errorbuff.h.
References m_expire, and ns3::Simulator::Now().
Referenced by ns3::dsr::IsExpired::operator()().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | inline | 
Get next hop.
Definition at line 131 of file dsr-errorbuff.h.
References m_nextHop.
Referenced by ns3::dsr::DsrErrorBuffer::DropLink(), and ns3::dsr::DsrErrorBuffer::Enqueue().
 Here is the caller graph for this function:
 Here is the caller graph for this function:Get packet from entry.
Definition at line 83 of file dsr-errorbuff.h.
References m_packet.
Referenced by ns3::dsr::DsrErrorBuffer::Dequeue(), ns3::dsr::DsrErrorBuffer::Drop(), ns3::dsr::DsrErrorBuffer::DropLink(), ns3::dsr::DsrErrorBuffer::Enqueue(), and ns3::dsr::DsrRouting::SendPacketFromBuffer().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | inline | 
Get protocol number.
Definition at line 171 of file dsr-errorbuff.h.
References m_protocol.
| 
 | inline | 
Get source address.
Definition at line 115 of file dsr-errorbuff.h.
References m_source.
Referenced by ns3::dsr::DsrErrorBuffer::DropLink(), and ns3::dsr::DsrErrorBuffer::Enqueue().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | inline | 
Compare send buffer entries.
| o | another DsrErrorBuffEntry | 
Definition at line 73 of file dsr-errorbuff.h.
References m_dst, m_expire, m_nextHop, m_packet, and m_source.
| 
 | inline | 
Set destination address.
| d | the destination IPv4 address | 
Definition at line 107 of file dsr-errorbuff.h.
References m_dst.
| 
 | inline | 
Set expire time.
| exp | the expire time | 
Definition at line 147 of file dsr-errorbuff.h.
References m_expire, and ns3::Simulator::Now().
Referenced by ns3::dsr::DsrErrorBuffer::Enqueue().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | inline | 
Set next hop.
| n | the next hop IPv4 address | 
Definition at line 139 of file dsr-errorbuff.h.
References m_nextHop, and sample-rng-plot::n.
Set packet for entry.
| p | the packet | 
Definition at line 91 of file dsr-errorbuff.h.
References m_packet.
| 
 | inline | 
Set protocol number.
| p | the protocol number | 
Definition at line 163 of file dsr-errorbuff.h.
References m_protocol.
| 
 | inline | 
Set source address.
| s | the source IPv4 address | 
Definition at line 123 of file dsr-errorbuff.h.
References m_source.
| 
 | private | 
Destination address.
destination address
Definition at line 180 of file dsr-errorbuff.h.
Referenced by GetDestination(), operator==(), and SetDestination().
| 
 | private | 
Expire time for queue entry.
expiration time
Definition at line 186 of file dsr-errorbuff.h.
Referenced by GetExpireTime(), operator==(), and SetExpireTime().
| 
 | private | 
Nexthop address.
next hop
Definition at line 184 of file dsr-errorbuff.h.
Referenced by GetNextHop(), operator==(), and SetNextHop().
Data packet.
the packet
Definition at line 178 of file dsr-errorbuff.h.
Referenced by GetPacket(), operator==(), and SetPacket().
| 
 | private | 
The protocol number.
Definition at line 188 of file dsr-errorbuff.h.
Referenced by GetProtocol(), and SetProtocol().
| 
 | private | 
Source address.
source address
Definition at line 182 of file dsr-errorbuff.h.
Referenced by GetSource(), operator==(), and SetSource().