Uses of Interface
urv.olsr.mcast.TopologyInformationSender

Packages that use TopologyInformationSender
urv.olsr.core   
 

Uses of TopologyInformationSender in urv.olsr.core
 

Classes in urv.olsr.core that implement TopologyInformationSender
 class OLSRController
          This class contains all necessary structures to perform routing with OLSR (one per node (i.e. one per each different IP)
 

Constructors in urv.olsr.core with parameters of type TopologyInformationSender
OLSRThread(OLSRMessageSender sender, NeighborTable neighborTable, MprComputationController mprComputationController, RoutingTableComputationController routingTableComputationController, MprSelectorSet mprSelectorSet, OLSRPacketFactory olsrPacketFactory, TopologyInformationBaseTable topologyTable, DuplicateTable duplicateTable, TopologyInformationSender controllerUpper, MulticastNetworkGraphComputationController multicastNetworkGraphComputationController, MulticastGroupsTable multicastGroupsTable, OLSRNode localNode)