|
SunSPOT API V3.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IRoutingManager | |
---|---|
com.sun.spot.peripheral.radio | Support for using the Sun SPOT's radio. |
com.sun.spot.peripheral.radio.mhrp.aodv | An mesh routing package based on the AODV protocol. |
com.sun.spot.peripheral.radio.shrp | Support for a Single Hop based routing protocol. |
Uses of IRoutingManager in com.sun.spot.peripheral.radio |
---|
Methods in com.sun.spot.peripheral.radio that return IRoutingManager | |
---|---|
IRoutingManager |
LowPan.getRoutingManager()
returns a handle to the routing manager object |
IRoutingManager |
ILowPan.getRoutingManager()
Get the routing manager |
IRoutingManager |
LowPan.setRoutingManager(IRoutingManager newRoutingManager)
Replace the routing manager with a different implemenation |
IRoutingManager |
ILowPan.setRoutingManager(IRoutingManager newRoutingManager)
Replace the routing manager with a different implemenation |
Methods in com.sun.spot.peripheral.radio with parameters of type IRoutingManager | |
---|---|
IRoutingManager |
LowPan.setRoutingManager(IRoutingManager newRoutingManager)
Replace the routing manager with a different implemenation |
IRoutingManager |
ILowPan.setRoutingManager(IRoutingManager newRoutingManager)
Replace the routing manager with a different implemenation |
Constructors in com.sun.spot.peripheral.radio with parameters of type IRoutingManager | |
---|---|
LowPan(long ourAddress,
IRoutingManager aodvManager,
IRadioPacketDispatcher radioPacketDispatcher)
protected constructor for the instantiation of the singleton |
Uses of IRoutingManager in com.sun.spot.peripheral.radio.mhrp.aodv |
---|
Classes in com.sun.spot.peripheral.radio.mhrp.aodv that implement IRoutingManager | |
---|---|
class |
AODVManager
|
Uses of IRoutingManager in com.sun.spot.peripheral.radio.shrp |
---|
Classes in com.sun.spot.peripheral.radio.shrp that implement IRoutingManager | |
---|---|
class |
SingleHopManager
The single hop routing modules makes all nodes look like they are 1 hop away. |
|
SunSPOT API V3.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |