[Tinyos-contrib-commits]
CVS: tinyos-1.x/contrib/harvard/spaulding/src/dataStore
DataStoreSDM.nc, 1.1.1.1, 1.2 FakeDataStoreM.nc, 1.1.1.1, 1.2
Konrad Lorincz
konradlorincz at users.sourceforge.net
Wed Dec 12 12:44:13 PST 2007
- Previous message: [Tinyos-contrib-commits]
CVS: tinyos-1.x/contrib/harvard/spaulding/src/gui/sessions/readSD
Makefile, NONE, 1.1 MultiChanSampling.h, NONE,
1.1 downloadSessions.pl, NONE, 1.1 nodeInfo.c, NONE,
1.1 readSD.c, NONE, 1.1
- Next message: [Tinyos-contrib-commits]
CVS: tinyos-1.x/contrib/harvard/spaulding/src/driver
DriverM.nc, 1.1.1.1, 1.2 Makefile.common.in, 1.1.1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-1.x/contrib/harvard/spaulding/src/dataStore
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv28220/src/dataStore
Modified Files:
DataStoreSDM.nc FakeDataStoreM.nc
Log Message:
Added readSD code
Index: DataStoreSDM.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/harvard/spaulding/src/dataStore/DataStoreSDM.nc,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** DataStoreSDM.nc 22 Aug 2007 00:43:53 -0000 1.1.1.1
--- DataStoreSDM.nc 12 Dec 2007 20:44:08 -0000 1.2
***************
*** 62,67 ****
blocksqnnbr_t headBlockSqnNbr;
} FlashInfo;
! uint32_t flashInfoHash = 16593;
! enum {FLASH_INFO_WRITE_PERIOD = 50}; // write flashInfo to flash every 50 blocks
#endif
// ========================= Methods =========================
--- 62,68 ----
blocksqnnbr_t headBlockSqnNbr;
} FlashInfo;
! uint32_t flashInfoHash = 135792468;
! enum {FLASH_INFO_WRITE_PERIOD = 1500}; // write flashInfo to flash every X blocks (6 chans @100Hz ~= every 5 mins)
!
#endif
// ========================= Methods =========================
Index: FakeDataStoreM.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/harvard/spaulding/src/dataStore/FakeDataStoreM.nc,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** FakeDataStoreM.nc 22 Aug 2007 00:43:53 -0000 1.1.1.1
--- FakeDataStoreM.nc 12 Dec 2007 20:44:08 -0000 1.2
***************
*** 106,109 ****
--- 106,112 ----
}
+ command result_t DataStore.saveInfo() {return SUCCESS;}
+ command result_t DataStore.reset() {return SUCCESS;}
+
command result_t DataStore.debugPrintDataStore() {
- Previous message: [Tinyos-contrib-commits]
CVS: tinyos-1.x/contrib/harvard/spaulding/src/gui/sessions/readSD
Makefile, NONE, 1.1 MultiChanSampling.h, NONE,
1.1 downloadSessions.pl, NONE, 1.1 nodeInfo.c, NONE,
1.1 readSD.c, NONE, 1.1
- Next message: [Tinyos-contrib-commits]
CVS: tinyos-1.x/contrib/harvard/spaulding/src/driver
DriverM.nc, 1.1.1.1, 1.2 Makefile.common.in, 1.1.1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-contrib-commits
mailing list