mote id reported changed every tick
This commit is contained in:
fros4943 2007-01-12 10:43:19 +00:00
parent 956c1172c3
commit 6c879fc81a

View file

@ -26,7 +26,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* $Id: ContikiMoteID.java,v 1.2 2007/01/09 10:05:19 fros4943 Exp $ * $Id: ContikiMoteID.java,v 1.3 2007/01/12 10:43:19 fros4943 Exp $
*/ */
package se.sics.cooja.contikimote.interfaces; package se.sics.cooja.contikimote.interfaces;
@ -100,10 +100,10 @@ public class ContikiMoteID extends MoteID implements ContikiMoteInterface {
setMoteID = false; setMoteID = false;
moteMem.setIntValueOf("simMoteID", moteID); moteMem.setIntValueOf("simMoteID", moteID);
moteMem.setByteValueOf("simMoteIDChanged", (byte) 1); moteMem.setByteValueOf("simMoteIDChanged", (byte) 1);
}
setChanged(); setChanged();
notifyObservers(); notifyObservers();
} }
}
public void doActionsAfterTick() { public void doActionsAfterTick() {
// Nothing to do // Nothing to do