[Tinyos-beta-commits] CVS: tinyos-1.x/beta/SystemCore/PowerMgmt PowerMgmtM.nc, 1.7, 1.8

Gilman Tolle gtolle at users.sourceforge.net
Mon Sep 20 20:57:55 PDT 2004


Update of /cvsroot/tinyos/tinyos-1.x/beta/SystemCore/PowerMgmt
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23049/PowerMgmt

Modified Files:
	PowerMgmtM.nc 
Log Message:
* MultiHopRSSI will now use the LQI indicator available on the CC2420
radio. This may suggest a name change. Any suggestions?

* The MultiHopRSSI tree construction message now can have a
user-settable period. It's included in the message.




Index: PowerMgmtM.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/SystemCore/PowerMgmt/PowerMgmtM.nc,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** PowerMgmtM.nc	7 Sep 2004 23:32:22 -0000	1.7
--- PowerMgmtM.nc	21 Sep 2004 03:57:53 -0000	1.8
***************
*** 47,55 ****
  
    command result_t StdControl.init() {
-     call Drip.init(); (void) unique("Drip");
      call MA_LPLMode.init(sizeof(uint8_t), MA_TYPE_UINT);
      return SUCCESS;
    }
    command result_t StdControl.start() {
      return SUCCESS;
    }
--- 47,55 ----
  
    command result_t StdControl.init() {
      call MA_LPLMode.init(sizeof(uint8_t), MA_TYPE_UINT);
      return SUCCESS;
    }
    command result_t StdControl.start() {
+     call Drip.init(); (void) unique("Drip");
      return SUCCESS;
    }



More information about the Tinyos-beta-commits mailing list