[Tinyos-2-commits] CVS: tinyos-2.x/apps/tosthreads/capps/TestCollection MultihopOscilloscope.h, 1.1, 1.2

Kevin Klues klueska at users.sourceforge.net
Wed Aug 20 21:22:09 PDT 2008


Update of /cvsroot/tinyos/tinyos-2.x/apps/tosthreads/capps/TestCollection
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26807

Modified Files:
	MultihopOscilloscope.h 
Log Message:
Change to get rid of statically allocating space in collection queue

Index: MultihopOscilloscope.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tosthreads/capps/TestCollection/MultihopOscilloscope.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** MultihopOscilloscope.h	17 Jun 2008 19:07:49 -0000	1.1
--- MultihopOscilloscope.h	21 Aug 2008 04:22:07 -0000	1.2
***************
*** 17,20 ****
--- 17,22 ----
  #define MULTIHOP_OSCILLOSCOPE_H
  
+ #include "Collection.h"
+ 
  enum {
    /* Number of readings per message. If you increase this, you may have to
***************
*** 23,27 ****
    /* Default sampling period. */
    DEFAULT_INTERVAL = 1024,
!   AM_OSCILLOSCOPE = 0x93
  };
  
--- 25,29 ----
    /* Default sampling period. */
    DEFAULT_INTERVAL = 1024,
!   AM_OSCILLOSCOPE = NEW_COLLECTION_ID(),
  };
  



More information about the Tinyos-2-commits mailing list