[Tinyos-2-commits] CVS: tinyos-2.x/tos/types Storage.h, 1.1.2.7,
1.1.2.8
David Gay
idgay at users.sourceforge.net
Fri Jun 2 09:37:50 PDT 2006
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/at45db
At45dbStorageManagerC.nc, NONE, 1.1.2.1 At45dbVolume.nc,
1.1.2.4, 1.1.2.5 BlockStorageC.nc, 1.1.2.6,
1.1.2.7 BlockStorageP.nc, 1.1.2.13, 1.1.2.14 ConfigStorageC.nc,
1.1.2.4, 1.1.2.5 LogStorageC.nc, 1.1.2.3,
1.1.2.4 StorageManagerP.nc, 1.1.2.4, NONE
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/stm25p
Stm25pSectorC.nc, 1.1.2.6, 1.1.2.7 Stm25pSectorP.nc, 1.1.2.8,
1.1.2.9 Stm25pSpiP.nc, 1.1.2.8, 1.1.2.9 Storage_chip.h,
1.1.2.5, 1.1.2.6
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-2.x/tos/types
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv12576
Modified Files:
Tag: tinyos-2_0_devel-BRANCH
Storage.h
Log Message:
Add storage_cookie_t type and SEEK_BEGINNING constant
Index: Storage.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/types/Attic/Storage.h,v
retrieving revision 1.1.2.7
retrieving revision 1.1.2.8
diff -C2 -d -r1.1.2.7 -r1.1.2.8
*** Storage.h 28 Jan 2006 01:10:56 -0000 1.1.2.7
--- Storage.h 2 Jun 2006 16:37:48 -0000 1.1.2.8
***************
*** 42,45 ****
--- 42,50 ----
typedef uint32_t storage_addr_t;
typedef uint32_t storage_len_t;
+ typedef uint32_t storage_cookie_t;
+
+ enum {
+ SEEK_BEGINNING = 0
+ };
#include "Storage_chip.h"
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/at45db
At45dbStorageManagerC.nc, NONE, 1.1.2.1 At45dbVolume.nc,
1.1.2.4, 1.1.2.5 BlockStorageC.nc, 1.1.2.6,
1.1.2.7 BlockStorageP.nc, 1.1.2.13, 1.1.2.14 ConfigStorageC.nc,
1.1.2.4, 1.1.2.5 LogStorageC.nc, 1.1.2.3,
1.1.2.4 StorageManagerP.nc, 1.1.2.4, NONE
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/stm25p
Stm25pSectorC.nc, 1.1.2.6, 1.1.2.7 Stm25pSectorP.nc, 1.1.2.8,
1.1.2.9 Stm25pSpiP.nc, 1.1.2.8, 1.1.2.9 Storage_chip.h,
1.1.2.5, 1.1.2.6
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-2-commits
mailing list