INET Framework for OMNeT++/OMNEST
inet::aodv::Aodv::RreqIdentifier Class Reference

#include <Aodv.h>

Public Member Functions

 RreqIdentifier (const L3Address &originatorAddr, unsigned int rreqID)
 
bool operator== (const RreqIdentifier &other) const
 

Public Attributes

L3Address originatorAddr
 
unsigned int rreqID
 

Constructor & Destructor Documentation

◆ RreqIdentifier()

inet::aodv::Aodv::RreqIdentifier::RreqIdentifier ( const L3Address originatorAddr,
unsigned int  rreqID 
)
inline

Member Function Documentation

◆ operator==()

bool inet::aodv::Aodv::RreqIdentifier::operator== ( const RreqIdentifier other) const
inline
45  {
46  return this->originatorAddr == other.originatorAddr && this->rreqID == other.rreqID;
47  }

Member Data Documentation

◆ originatorAddr

L3Address inet::aodv::Aodv::RreqIdentifier::originatorAddr

◆ rreqID

unsigned int inet::aodv::Aodv::RreqIdentifier::rreqID

The documentation for this class was generated from the following file:
inet::aodv::Aodv::RreqIdentifier::rreqID
unsigned int rreqID
Definition: Aodv.h:42
inet::aodv::Aodv::RreqIdentifier::originatorAddr
L3Address originatorAddr
Definition: Aodv.h:41