[Tinyos-2-commits] CVS: tinyos-2.x/apps/BaseStation BaseStationP.nc, 1.8, 1.9

John Regehr regehr at users.sourceforge.net
Sat May 31 13:31:08 PDT 2008


Update of /cvsroot/tinyos/tinyos-2.x/apps/BaseStation
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv23539/BaseStation

Modified Files:
	BaseStationP.nc 
Log Message:
safe tinyos annotations

Index: BaseStationP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/BaseStation/BaseStationP.nc,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** BaseStationP.nc	19 Feb 2008 19:56:03 -0000	1.8
--- BaseStationP.nc	31 May 2008 20:31:06 -0000	1.9
***************
*** 76,85 ****
  
    message_t  uartQueueBufs[UART_QUEUE_LEN];
!   message_t  *uartQueue[UART_QUEUE_LEN];
    uint8_t    uartIn, uartOut;
    bool       uartBusy, uartFull;
  
    message_t  radioQueueBufs[RADIO_QUEUE_LEN];
!   message_t  *radioQueue[RADIO_QUEUE_LEN];
    uint8_t    radioIn, radioOut;
    bool       radioBusy, radioFull;
--- 76,85 ----
  
    message_t  uartQueueBufs[UART_QUEUE_LEN];
!   message_t  * ONE_NOK uartQueue[UART_QUEUE_LEN];
    uint8_t    uartIn, uartOut;
    bool       uartBusy, uartFull;
  
    message_t  radioQueueBufs[RADIO_QUEUE_LEN];
!   message_t  * ONE_NOK radioQueue[RADIO_QUEUE_LEN];
    uint8_t    radioIn, radioOut;
    bool       radioBusy, radioFull;
***************
*** 132,136 ****
    uint8_t count = 0;
  
!   message_t* receive(message_t* msg, void* payload, uint8_t len);
    
    event message_t *RadioSnoop.receive[am_id_t id](message_t *msg,
--- 132,136 ----
    uint8_t count = 0;
  
!   message_t* ONE receive(message_t* ONE msg, void* payload, uint8_t len);
    
    event message_t *RadioSnoop.receive[am_id_t id](message_t *msg,



More information about the Tinyos-2-commits mailing list