|
RINASim
October 2016
Documentation of framework for OMNeT++
|
Classes | |
| class | RoutingUpdate |
| struct | rtEntry |
| class | SimpleDV |
Typedefs | |
| typedef std::vector< rtEntry > | entriesL |
| typedef std::vector< rtEntry >::iterator | entriesIt |
| typedef std::map< Address, unsigned short > | neighMetric |
| typedef std::map< std::string, neighMetric > | qosNeighMetric |
| typedef neighMetric::iterator | neighMetricIt |
| typedef qosNeighMetric::iterator | qosNeighMetricIt |
| typedef std::map< std::string, rtEntry > | tTable |
| typedef std::map< std::string, tTable > | rtTable |
| typedef tTable::iterator | tTableIt |
| typedef rtTable::iterator | rtTableIt |
Functions | |
| Register_Class (SimpleDV) | |
| typedef std::vector<rtEntry>::iterator SimpleDV::entriesIt |
Definition at line 44 of file SimpleDV.h.
| typedef std::vector<rtEntry> SimpleDV::entriesL |
Definition at line 43 of file SimpleDV.h.
| typedef std::map<Address, unsigned short> SimpleDV::neighMetric |
Definition at line 46 of file SimpleDV.h.
| typedef neighMetric::iterator SimpleDV::neighMetricIt |
Definition at line 48 of file SimpleDV.h.
| typedef std::map<std::string, neighMetric> SimpleDV::qosNeighMetric |
Definition at line 47 of file SimpleDV.h.
| typedef qosNeighMetric::iterator SimpleDV::qosNeighMetricIt |
Definition at line 49 of file SimpleDV.h.
| typedef std::map<std::string, tTable> SimpleDV::rtTable |
Definition at line 52 of file SimpleDV.h.
| typedef rtTable::iterator SimpleDV::rtTableIt |
Definition at line 54 of file SimpleDV.h.
| typedef std::map<std::string, rtEntry> SimpleDV::tTable |
Definition at line 51 of file SimpleDV.h.
| typedef tTable::iterator SimpleDV::tTableIt |
Definition at line 53 of file SimpleDV.h.
| SimpleDV::Register_Class | ( | SimpleDV | ) |