RINASim
October 2016
Documentation of framework for OMNeT++
|
#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, neighMetric > | SimpleDV::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 |