INET Framework for OMNeT++/OMNEST
inet::physicallayer::NeighborListNeighborCache::RadioEntry Struct Reference

#include <NeighborListNeighborCache.h>

Public Member Functions

 RadioEntry (const IRadio *radio)
 
bool operator== (RadioEntry *rhs) const
 

Public Attributes

const IRadioradio
 
std::vector< const IRadio * > neighborVector
 

Constructor & Destructor Documentation

inet::physicallayer::NeighborListNeighborCache::RadioEntry::RadioEntry ( const IRadio radio)
inline
34 : radio(radio) {};
const IRadio * radio
Definition: NeighborListNeighborCache.h:34

Member Function Documentation

bool inet::physicallayer::NeighborListNeighborCache::RadioEntry::operator== ( RadioEntry rhs) const
inline
38  {
39  return this->radio->getId() == rhs->radio->getId();
40  }
const IRadio * radio
Definition: NeighborListNeighborCache.h:34
virtual int getId() const =0
Returns an identifier for this radio which is globally unique for the whole lifetime of the simulatio...

Member Data Documentation

std::vector<const IRadio *> inet::physicallayer::NeighborListNeighborCache::RadioEntry::neighborVector
const IRadio* inet::physicallayer::NeighborListNeighborCache::RadioEntry::radio

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