ns-3
ns3::dsr::SendBuffEntry Class Reference

DSR Send Buffer Entry. More...

#include <dsr-rsendbuff.h>

List of all members.

Public Member Functions

 SendBuffEntry (Ptr< const Packet > pa=0, Ipv4Address d=Ipv4Address(), Time exp=Simulator::Now(), uint8_t p=0)
bool operator== (SendBuffEntry const &o) const
Ptr< const PacketGetPacket () const
void SetPacket (Ptr< const Packet > p)
Ipv4Address GetDestination () const
void SetDestination (Ipv4Address d)
void SetExpireTime (Time exp)
Time GetExpireTime () const
void SetProtocol (uint8_t p)
uint8_t GetProtocol () const

Detailed Description

DSR Send Buffer Entry.


Member Function Documentation

bool ns3::dsr::SendBuffEntry::operator== ( SendBuffEntry const &  o) const
inline

Compare send buffer entries

Returns:
true if equal

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