PIMNeighborTable

Package: inet.routing.pim.tables

PIMNeighborTable

simple module

The PIMNeighborTable module contains information about neighboring PIM routers.

Used in compound modules

Name Type Description
PIMRouting compound module (no description)

Properties

Name Value Description
display i=block/table

Signals

Name Type Unit
NF_PIM_NEIGHBOR_DELETED inet::PIMNeighbor
NF_PIM_NEIGHBOR_ADDED inet::PIMNeighbor
NF_PIM_NEIGHBOR_CHANGED inet::PIMNeighbor

Source code

//
// The PIMNeighborTable module contains information about neighboring PIM routers.
//
simple PIMNeighborTable
{
    @display("i=block/table");
    @signal[NF_PIM_NEIGHBOR_ADDED](type=inet::PIMNeighbor);
    @signal[NF_PIM_NEIGHBOR_DELETED](type=inet::PIMNeighbor);
    @signal[NF_PIM_NEIGHBOR_CHANGED](type=inet::PIMNeighbor);
}
File: src/inet/routing/pim/tables/PIMNeighborTable.ned