|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FieldInterface
Interface for Field entities.
Method Summary | |
---|---|
void |
moveRadio(java.lang.Integer id,
Location loc)
Move radio to different location on field. |
void |
moveRadioOff(java.lang.Integer id,
Location delta)
Move radio to different relative location on field. |
void |
transmit(RadioInfo srcInfo,
Message msg,
long duration)
Transmit physical-layer message. |
Method Detail |
---|
void transmit(RadioInfo srcInfo, Message msg, long duration)
srcInfo
- source radio informationmsg
- physical layer packetduration
- transmission durationvoid moveRadio(java.lang.Integer id, Location loc)
id
- unique radio identifierloc
- new radio coordinatesvoid moveRadioOff(java.lang.Integer id, Location delta)
id
- unique radio identifierdelta
- radio offset coordinates
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |