![]() |
Multicast Routing Modelling In OMNeT++
|
File implements table of PIM interfaces. More...
#include <omnetpp.h>
#include "AnsaInterfaceTable.h"
#include "IPAddress.h"
Go to the source code of this file.
Classes | |
class | PimInterface |
Class represents one entry of PimInterfaceTable. More... | |
class | PimInterfaceTable |
Class represents Pim Interface Table. More... | |
class | PimInterfaceTableAccess |
Class gives access to the PimInterfaceTable. More... | |
class | addRemoveAddr |
Class is needed by notification about new multicast addresses on interface. More... | |
Enumerations | |
enum | PIMmode { Dense = 1, Sparse = 2 } |
File implements table of PIM interfaces.
PIM interface table contains information about all interfaces which are configured by PIM protocol. Information are obtained from configuration file.
Definition in file PimInterfaceTable.h.
enum PIMmode |
PIM modes configured on the interface.
Definition at line 20 of file PimInterfaceTable.h.
{ Dense = 1, Sparse = 2 };