[Tinyos-2-commits] CVS: tinyos-2.x/doc/html/tutorial lesson7.html,
1.1.2.2, 1.1.2.3
Phil Levis
scipio at users.sourceforge.net
Sun Nov 5 23:57:57 PST 2006
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/apps/tutorials/BlinkConfig
BlinkConfigAppC.nc, NONE, 1.1.2.2 BlinkConfigC.nc, NONE,
1.1.2.2 Makefile, NONE, 1.1.2.2 README.txt, NONE,
1.1.2.2 volumes-at45db.xml, NONE, 1.1.2.2 volumes-stm25p.xml,
NONE, 1.1.2.2
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/tools/release build-rpms,
1.1.2.10, 1.1.2.11
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-2.x/doc/html/tutorial
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv27172
Modified Files:
Tag: tinyos-2_0_devel-BRANCH
lesson7.html
Log Message:
Need a bit more info on Log and Block.
Index: lesson7.html
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/doc/html/tutorial/Attic/lesson7.html,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -C2 -d -r1.1.2.2 -r1.1.2.3
*** lesson7.html 5 Nov 2006 23:20:18 -0000 1.1.2.2
--- lesson7.html 6 Nov 2006 07:57:55 -0000 1.1.2.3
***************
*** 345,349 ****
See <a href="../../../apps/tests/storage/Log/">
<code>tinyos-2.x/apps/tests/storage/Log/</code></a> for an example of
! code that uses the Log storage abstraction.
<h1>Storing Large Objects</h1>
--- 345,351 ----
See <a href="../../../apps/tests/storage/Log/">
<code>tinyos-2.x/apps/tests/storage/Log/</code></a> for an example of
! code that uses the Log storage abstraction. Log is generally used for
! append-based data streams consisting of relatively small data items.
! It provides atomicity guarantees for data writes.
<h1>Storing Large Objects</h1>
***************
*** 351,355 ****
See <a href="../../../apps/tests/storage/Block/">
<code>tinyos-2.x/apps/tests/storage/Block/</code></a> for an example
! of code that uses the Block storage abstraction.
<h1>Conclusions</h1>
--- 353,358 ----
See <a href="../../../apps/tests/storage/Block/">
<code>tinyos-2.x/apps/tests/storage/Block/</code></a> for an example
! of code that uses the Block storage abstraction. Block is generally
! used for storing large objects that cannot easily fit in RAM.
<h1>Conclusions</h1>
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/apps/tutorials/BlinkConfig
BlinkConfigAppC.nc, NONE, 1.1.2.2 BlinkConfigC.nc, NONE,
1.1.2.2 Makefile, NONE, 1.1.2.2 README.txt, NONE,
1.1.2.2 volumes-at45db.xml, NONE, 1.1.2.2 volumes-stm25p.xml,
NONE, 1.1.2.2
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/tools/release build-rpms,
1.1.2.10, 1.1.2.11
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-2-commits
mailing list