RINASim  October 2016
Documentation of framework for OMNeT++
SimpleDV.h File Reference
#include <IntSimpleRouting.h>

Go to the source code of this file.

Classes

struct  SimpleDV::rtEntry
 
class  SimpleDV::RoutingUpdate
 
class  SimpleDV::SimpleDV
 

Namespaces

 SimpleDV
 

Typedefs

typedef std::vector< rtEntry > SimpleDV::entriesL
 
typedef std::vector< rtEntry >::iterator SimpleDV::entriesIt
 
typedef std::map< Address, unsigned short > SimpleDV::neighMetric
 
typedef std::map< std::string, neighMetricSimpleDV::qosNeighMetric
 
typedef neighMetric::iterator SimpleDV::neighMetricIt
 
typedef qosNeighMetric::iterator SimpleDV::qosNeighMetricIt
 
typedef std::map< std::string, rtEntry > SimpleDV::tTable
 
typedef std::map< std::string, tTable > SimpleDV::rtTable
 
typedef tTable::iterator SimpleDV::tTableIt
 
typedef rtTable::iterator SimpleDV::rtTableIt