[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
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/cc1000 CC1000TimeSyncMessage.h, NONE, 1.1 CC1000TimeSyncMessageC.nc, NONE, 1.1 CC1000TimeSyncMessageP.nc, NONE, 1.1 PacketTimeSyncOffset.nc, NONE, 1.1 CC1000ActiveMessageC.nc, 1.6, 1.7 CC1000CsmaRadioC.nc, 1.6, 1.7 CC1000Msg.h, 1.4, 1.5 CC1000SendReceiveP.nc, 1.11, 1.12
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/tosthreads/lib/net tosthread_collection.h, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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(),
};
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/cc1000 CC1000TimeSyncMessage.h, NONE, 1.1 CC1000TimeSyncMessageC.nc, NONE, 1.1 CC1000TimeSyncMessageP.nc, NONE, 1.1 PacketTimeSyncOffset.nc, NONE, 1.1 CC1000ActiveMessageC.nc, 1.6, 1.7 CC1000CsmaRadioC.nc, 1.6, 1.7 CC1000Msg.h, 1.4, 1.5 CC1000SendReceiveP.nc, 1.11, 1.12
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/tosthreads/lib/net tosthread_collection.h, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-2-commits
mailing list