Hello all!

I'm testing multihop routing.
So, I modified the part of RouteControl.getParent() to set up
gpCurrentParent->id.

So, I wrote switch() below add= ~ line.

command uint16_t RouteControl.getParent(){
   --
   addr = ( ~~~~~~ blablabla);

   switch( TOS_LOCAL_ADDRESS){
         call ByteComm.txByte(0x01);

          -blablabla......
   }
}

However, I cant see 0x01 using txByte when I execute Surge program.
I think whenever it pass switch structrue.

Help me..
_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to