[Tinyos-contrib-commits] CVS: tinyos-1.x/contrib/GGB/apps/ContData
ContSense.nc, 1.2, 1.3 ContSenseM.nc, 1.2, 1.3 README, 1.4, 1.5
Sukun Kim
binetude at users.sourceforge.net
Thu Nov 30 15:57:28 PST 2006
- Previous message: [Tinyos-contrib-commits] CVS: tinyos-1.x/contrib/GGB/apps/Sentri -
New directory
- Next message: [Tinyos-contrib-commits]
CVS: tinyos-1.x/contrib/GGB/apps/ErasureCode
EasyECM.nc, 1.1, 1.2 ErasureCode.h, 1.1, 1.2 ErasureCode.nc,
1.1, 1.2 ErasureCodeM.nc, 1.2, 1.3 Template.h, 1.1,
1.2 Template.nc, 1.1, 1.2 TemplateM.nc, 1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-1.x/contrib/GGB/apps/ContData
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv10050
Modified Files:
ContSense.nc ContSenseM.nc README
Log Message:
Index: ContSense.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/GGB/apps/ContData/ContSense.nc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** ContSense.nc 18 Nov 2004 23:47:35 -0000 1.2
--- ContSense.nc 30 Nov 2006 23:57:24 -0000 1.3
***************
*** 1,2 ****
--- 1,43 ----
+ // $Id$
+
+ /* tab:4
+ * "Copyright (c) 2000-2003 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * Permission to use, copy, modify, and distribute this software and its
+ * documentation for any purpose, without fee, and without written agreement is
+ * hereby granted, provided that the above copyright notice, the following
+ * two paragraphs and the author appear in all copies of this software.
+ *
+ * IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY FOR
+ * DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT
+ * OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF
+ * CALIFORNIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ *
+ * THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES,
+ * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
+ * AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
+ * ON AN "AS IS" BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS NO OBLIGATION TO
+ * PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS."
+ *
+ * Copyright (c) 2002-2003 Intel Corporation
+ * All rights reserved.
+ *
+ * This file is distributed under the terms in the attached INTEL-LICENSE
+ * file. If you do not find these files, copies can be found by writing to
+ * Intel Research Berkeley, 2150 Shattuck Avenue, Suite 1300, Berkeley, CA,
+ * 94704. Attention: Intel License Inquiry.
+ */
+ /*
+ *
+ * Authors: Sukun Kim
+ * Date last modified: 11/30/06
+ *
+ */
+
+ /**
+ * @author Sukun Kim
+ */
+
includes OscopeMsg;
configuration ContSense {
Index: ContSenseM.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/GGB/apps/ContData/ContSenseM.nc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** ContSenseM.nc 18 Nov 2004 23:47:35 -0000 1.2
--- ContSenseM.nc 30 Nov 2006 23:57:24 -0000 1.3
***************
*** 1,2 ****
--- 1,43 ----
+ // $Id$
+
+ /* tab:4
+ * "Copyright (c) 2000-2003 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * Permission to use, copy, modify, and distribute this software and its
+ * documentation for any purpose, without fee, and without written agreement is
+ * hereby granted, provided that the above copyright notice, the following
+ * two paragraphs and the author appear in all copies of this software.
+ *
+ * IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY FOR
+ * DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT
+ * OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF
+ * CALIFORNIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ *
+ * THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES,
+ * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
+ * AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
+ * ON AN "AS IS" BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS NO OBLIGATION TO
+ * PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS."
+ *
+ * Copyright (c) 2002-2003 Intel Corporation
+ * All rights reserved.
+ *
+ * This file is distributed under the terms in the attached INTEL-LICENSE
+ * file. If you do not find these files, copies can be found by writing to
+ * Intel Research Berkeley, 2150 Shattuck Avenue, Suite 1300, Berkeley, CA,
+ * 94704. Attention: Intel License Inquiry.
+ */
+ /*
+ *
+ * Authors: Sukun Kim
+ * Date last modified: 11/30/06
+ *
+ */
+
+ /**
+ * @author Sukun Kim
+ */
+
#define SAMPLE_INTERVAL 100000 // us
#define CHANNEL1_SELECT 1 // Low resolution, Vertical
Index: README
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/GGB/apps/ContData/README,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** README 28 Oct 2005 03:14:32 -0000 1.4
--- README 30 Nov 2006 23:57:24 -0000 1.5
***************
*** 1,2 ****
--- 1,3 ----
+ Continuously stream data
Support both Mica2 and MicaZ
- Previous message: [Tinyos-contrib-commits] CVS: tinyos-1.x/contrib/GGB/apps/Sentri -
New directory
- Next message: [Tinyos-contrib-commits]
CVS: tinyos-1.x/contrib/GGB/apps/ErasureCode
EasyECM.nc, 1.1, 1.2 ErasureCode.h, 1.1, 1.2 ErasureCode.nc,
1.1, 1.2 ErasureCodeM.nc, 1.2, 1.3 Template.h, 1.1,
1.2 Template.nc, 1.1, 1.2 TemplateM.nc, 1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-contrib-commits
mailing list