RINASim  October 2016
Documentation of framework for OMNeT++
DMRnmsDV Namespace Reference

Classes

class  DV
 
class  DVUpdate
 
struct  rtEntry
 
struct  tEntry
 

Typedefs

typedef std::vector< rtEntryentriesL
 
typedef std::vector< rtEntry >::iterator entriesIt
 
typedef std::map< Address, unsigned short > neighMetric
 
typedef neighMetric::iterator neighMetricIt
 
typedef std::map< std::string, tEntrytTable
 
typedef tTable::iterator tTableIt
 
typedef std::set< std::string > sSet
 
typedef sSet::iterator sSetIt
 

Typedef Documentation

typedef std::vector<rtEntry>::iterator DMRnmsDV::entriesIt

Definition at line 51 of file DV.h.

typedef std::vector<rtEntry> DMRnmsDV::entriesL

Definition at line 50 of file DV.h.

typedef std::map<Address, unsigned short> DMRnmsDV::neighMetric

Definition at line 53 of file DV.h.

typedef neighMetric::iterator DMRnmsDV::neighMetricIt

Definition at line 54 of file DV.h.

typedef std::set<std::string> DMRnmsDV::sSet

Definition at line 68 of file DV.h.

typedef sSet::iterator DMRnmsDV::sSetIt

Definition at line 69 of file DV.h.

typedef std::map<std::string, tEntry> DMRnmsDV::tTable

Definition at line 65 of file DV.h.

typedef tTable::iterator DMRnmsDV::tTableIt

Definition at line 66 of file DV.h.