![]() |
Multicast Routing Modelling In OMNeT++
|
File contains implementation of multicast routing table. More...
#include <omnetpp.h>
#include "MulticastIPRoute.h"
#include "IPAddress.h"
#include "NotificationBoard.h"
#include "AnsaInterfaceTableAccess.h"
#include "AnsaInterfaceTable.h"
Go to the source code of this file.
Classes | |
class | MulticastRoutingTable |
Class represent multicast routing table. More... | |
Typedefs | |
typedef std::vector < MulticastIPRoute * > | RouteVector |
File contains implementation of multicast routing table.
Definition in file MulticastRoutingTable.h.
typedef std::vector<MulticastIPRoute *> RouteVector |
RouteVector represents multicast table. It is list of multicast routes.
Definition at line 21 of file MulticastRoutingTable.h.