EMANE  1.2.1
neighbortype.h File Reference
#include "emane/types.h"
#include <set>
#include "neighbortype.inl"

Go to the source code of this file.

Namespaces

 EMANE
 
 EMANE::Models
 
 EMANE::Models::IEEE80211ABG
 

Typedefs

typedef std::set< EMANE::NEMIdEMANE::Models::IEEE80211ABG::NbrSet
 
typedef NbrSet::iterator EMANE::Models::IEEE80211ABG::NbrSetIter
 
typedef NbrSet::const_iterator EMANE::Models::IEEE80211ABG::NbrSetConstIter
 

Enumerations

enum  EMANE::Models::IEEE80211ABG::NBR_TYPE { EMANE::Models::IEEE80211ABG::NBR_TYPE_INVALID = 0x00, EMANE::Models::IEEE80211ABG::NBR_TYPE_SELF = 0x01, EMANE::Models::IEEE80211ABG::NBR_TYPE_ONE_HOP = 0x02, EMANE::Models::IEEE80211ABG::NBR_TYPE_TWO_HOP = 0x04 }
 

Functions

std::string EMANE::Models::IEEE80211ABG::nbrTypeToString (NBR_TYPE nbrType)