|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RadioInterface | |
---|---|
jist.swans.field | Field entity of SWANS simulator and related classes. |
jist.swans.mac | Link or Media Access Control (Mac) layer entity of SWANS simulator and related classes. |
jist.swans.misc | Shared odds and ends of SWANS simulator. |
jist.swans.radio | Radio entity of SWANS simulator and related classes. |
sidnet.stack.std.mac | |
sidnet.stack.std.mac.ieee802_15_4 |
Uses of RadioInterface in jist.swans.field |
---|
Fields in jist.swans.field declared as RadioInterface | |
---|---|
protected RadioInterface |
Field.RadioData.entity
radio entity reference for upcalls. |
Methods in jist.swans.field with parameters of type RadioInterface | |
---|---|
void |
Field.addRadio(RadioInfo info,
RadioInterface entity,
Location loc)
Add a radio onto the field. |
void |
Spatial.SpatialTransmitVisitor.visitTransmit(RadioInfo srcInfo,
Location srcLoc,
RadioInfo dstInfo,
RadioInterface dstEntity,
Location dstLoc,
Message msg,
java.lang.Long durationObj)
Transmit packet to given destination. |
Uses of RadioInterface in jist.swans.mac |
---|
Fields in jist.swans.mac declared as RadioInterface | |
---|---|
protected RadioInterface |
Mac802_11.radioEntity
Radio downcall entity reference. |
Methods in jist.swans.mac with parameters of type RadioInterface | |
---|---|
void |
Mac802_11.setRadioEntity(RadioInterface radio)
Hook up with the radio entity. |
void |
MacDumb.setRadioEntity(RadioInterface radio)
Hook up with the radio entity. |
Uses of RadioInterface in jist.swans.misc |
---|
Fields in jist.swans.misc declared as RadioInterface | |
---|---|
protected RadioInterface |
Node.radio
|
protected RadioInterface |
Node.radioEntity
|
Methods in jist.swans.misc with parameters of type RadioInterface | |
---|---|
void |
Node.addRadio(RadioInterface radio)
|
Uses of RadioInterface in jist.swans.radio |
---|
Classes in jist.swans.radio that implement RadioInterface | |
---|---|
class |
RadioNoise
RadioNoise is an abstract class which implements some functionality
that is common to the independent and additive radio noise simulation models. |
class |
RadioNoiseAdditive
RadioNoiseAdditive implements a radio with an additive noise model. |
class |
RadioNoiseIndep
RadioNoiseIndep implements a radio with an independent noise model. |
Fields in jist.swans.radio declared as RadioInterface | |
---|---|
protected RadioInterface |
RadioNoise.self
self-referencing radio entity reference. |
Methods in jist.swans.radio that return RadioInterface | |
---|---|
RadioInterface |
RadioNoise.getProxy()
Return self-referencing radio entity reference. |
Uses of RadioInterface in sidnet.stack.std.mac |
---|
Fields in sidnet.stack.std.mac declared as RadioInterface | |
---|---|
protected RadioInterface |
Mac802_11e.radioEntity
Radio downcall entity reference. |
Methods in sidnet.stack.std.mac with parameters of type RadioInterface | |
---|---|
void |
Mac802_11e.setRadioEntity(RadioInterface radio)
Hook up with the radio entity. |
Uses of RadioInterface in sidnet.stack.std.mac.ieee802_15_4 |
---|
Subinterfaces of RadioInterface in sidnet.stack.std.mac.ieee802_15_4 | |
---|---|
interface |
Phy802_15_4
|
interface |
RadioInterface_802_15_4
Defines the interface of all Radio entity implementations. |
Classes in sidnet.stack.std.mac.ieee802_15_4 that implement RadioInterface | |
---|---|
class |
Phy802_15_4Impl
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |