[Tinyos-2-commits] CVS: tinyos-2.x/apps/tests/TestAM Makefile, 1.1.2.2, 1.1.2.3 TestAMAppC.nc, 1.1.2.4, 1.1.2.5 TestAMC.nc, 1.1.2.3, 1.1.2.4

Kevin Klues klueska at users.sourceforge.net
Mon Oct 30 09:05:46 PST 2006


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

Modified Files:
      Tag: tinyos-2_0_devel-BRANCH
	Makefile TestAMAppC.nc TestAMC.nc 
Log Message:
Updates of TestAM, RadioCountToLeds, RadioSenseToLeds, and TestArbiter files to contain README files and adhere to TEP3



Index: Makefile
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tests/TestAM/Makefile,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -C2 -d -r1.1.2.2 -r1.1.2.3
*** Makefile	15 Aug 2005 19:45:40 -0000	1.1.2.2
--- Makefile	30 Oct 2006 17:05:44 -0000	1.1.2.3
***************
*** 1,4 ****
  COMPONENT=TestAMAppC
- PFLAGS += -I%T/lib/oski
  
  include $(MAKERULES)
--- 1,3 ----

Index: TestAMAppC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tests/TestAM/TestAMAppC.nc,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -C2 -d -r1.1.2.4 -r1.1.2.5
*** TestAMAppC.nc	27 May 2006 21:32:42 -0000	1.1.2.4
--- TestAMAppC.nc	30 Oct 2006 17:05:44 -0000	1.1.2.5
***************
*** 31,37 ****
  
  /**
!  * This application sends active message broadcasts at 1Hz and blinks
!  * LED 0 when it receives a broadcast. It uses the radio HIL component
!  * <tt>ActiveMessageC</tt>, and its packets are AM type 240.
   *
   * @author Philip Levis
--- 31,40 ----
  
  /**
!  * Configuration for the TestAM application.  TestAM sends active message 
!  * broadcasts at 1Hz and blinks LED 0 whenever it has sucessfully sent a 
!  * broadcast. Whenever it receives one of these broadcasts from another 
!  * node, it blinks LED 1.  It uses the radio HIL component <tt>ActiveMessageC</tt>, 
!  * and its packets are AM type 240.  This application is useful for testing 
!  * AM communication and the ActiveMessageC component.
   *
   * @author Philip Levis

Index: TestAMC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tests/TestAM/TestAMC.nc,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -C2 -d -r1.1.2.3 -r1.1.2.4
*** TestAMC.nc	16 Feb 2006 16:48:09 -0000	1.1.2.3
--- TestAMC.nc	30 Oct 2006 17:05:44 -0000	1.1.2.4
***************
*** 29,42 ****
   * 94704.  Attention:  Intel License Inquiry.
   */
  
  /**
!  *  Implementation of the TestAM application.
!  *
!  *  @author Philip Levis
!  *  @date   May 16 2005
   *
!  **/
! 
! #include "Timer.h"
  
  module TestAMC {
--- 29,46 ----
   * 94704.  Attention:  Intel License Inquiry.
   */
+  
+ #include "Timer.h"
  
  /**
!  * Implementation of the TestAM application.  TestAM sends active message 
!  * broadcasts at 1Hz and blinks LED 0 whenever it has sucessfully sent a 
!  * broadcast. Whenever it receives one of these broadcasts from another 
!  * node, it blinks LED 1.  It uses the radio HIL component <tt>ActiveMessageC</tt>, 
!  * and its packets are AM type 240.  This application is useful for testing 
!  * AM communication and the ActiveMessageC component.
   *
!  * @author Philip Levis
!  * @date   May 16 2005
!  */
  
  module TestAMC {



More information about the Tinyos-2-commits mailing list