[Tinyos-beta-commits] CVS: tinyos-1.x/beta/TinierDB PowerArbiterC.nc, 1.1, 1.2 TimeSyncM.nc, 1.4, 1.5

Stan Rost stanrost at users.sourceforge.net
Fri Oct 8 13:47:53 PDT 2004


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

Modified Files:
	PowerArbiterC.nc TimeSyncM.nc 
Log Message:
- Minor changes



Index: PowerArbiterC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/TinierDB/PowerArbiterC.nc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** PowerArbiterC.nc	28 Jul 2004 19:54:03 -0000	1.1
--- PowerArbiterC.nc	8 Oct 2004 20:47:49 -0000	1.2
***************
*** 15,18 ****
--- 15,23 ----
    PowerArbiterM.StdControl[PWR_SENSORB] -> SensorBoard.StdControl;
  
+ #elif defined(PLATFORM_PC)
+   components MicaHighSpeedRadioM as Radio;
+ 
+   PowerArbiterM.StdControl[PWR_RADIO] -> Radio.Control;
+ 
  #endif
  

Index: TimeSyncM.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/TinierDB/TimeSyncM.nc,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** TimeSyncM.nc	20 Sep 2004 16:46:01 -0000	1.4
--- TimeSyncM.nc	8 Oct 2004 20:47:49 -0000	1.5
***************
*** 97,101 ****
  
    void powerOn() {
!     call Leds.yellowOn();
  
      //    call PowerArbiter.useResource(PWR_RADIO);
--- 97,101 ----
  
    void powerOn() {
!     // call Leds.yellowOn();
  
      //    call PowerArbiter.useResource(PWR_RADIO);
***************
*** 103,107 ****
  
    void powerOff() {
!     call Leds.yellowOff();
      //    call PowerArbiter.releaseResource(PWR_RADIO);
    }
--- 103,107 ----
  
    void powerOff() {
!     // call Leds.yellowOff();
      //    call PowerArbiter.releaseResource(PWR_RADIO);
    }



More information about the Tinyos-beta-commits mailing list