updated doc
This commit is contained in:
parent
ffa4482799
commit
76d7238c77
@ -197,9 +197,13 @@ public class MRM extends AbstractRadioMedium {
|
|||||||
recv.interfereAnyReception();
|
recv.interfereAnyReception();
|
||||||
} else if (recv.isInterfered()) {
|
} else if (recv.isInterfered()) {
|
||||||
if (WITH_CAPTURE_EFFECT) {
|
if (WITH_CAPTURE_EFFECT) {
|
||||||
/* XXX TODO This may be wrong:
|
/* XXX TODO Implement me:
|
||||||
* If the interfering signal is both weaker and the SFD has not
|
* If the new transmission is both stronger and the SFD has not
|
||||||
* been received, then the stronger signal may actually be received.
|
* been received by the weaker transmission, then this new
|
||||||
|
* transmission should be received.
|
||||||
|
*
|
||||||
|
* When this is implemented, also implement
|
||||||
|
* RadioConnection.java:getReceptionStartTime()
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* Was interfered: keep interfering */
|
/* Was interfered: keep interfering */
|
||||||
|
Loading…
Reference in New Issue
Block a user