[Tinyos-contrib-commits]
CVS: tinyos-1.x/contrib/harvard/spaulding/src/dataStore
DataStoreSDM.nc, 1.3, 1.4 DataStoreSTM25PM.nc, 1.1.1.1, 1.2
Konrad Lorincz
konradlorincz at users.sourceforge.net
Wed Feb 6 12:48:52 PST 2008
Update of /cvsroot/tinyos/tinyos-1.x/contrib/harvard/spaulding/src/dataStore
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv11352/dataStore
Modified Files:
DataStoreSDM.nc DataStoreSTM25PM.nc
Log Message:
Updated the TestDataStore code
Index: DataStoreSDM.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/harvard/spaulding/src/dataStore/DataStoreSDM.nc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** DataStoreSDM.nc 21 Dec 2007 04:40:02 -0000 1.3
--- DataStoreSDM.nc 6 Feb 2008 20:48:50 -0000 1.4
***************
*** 37,41 ****
#include "PrintfUART.h"
! //#define REMEMBER_BLOCKS_ON_FLASH
module DataStoreSDM
--- 37,41 ----
#include "PrintfUART.h"
! #define REMEMBER_BLOCKS_ON_FLASH
module DataStoreSDM
***************
*** 284,288 ****
}
! command result_t DataStore.debugPrintDataStore() {}
}
--- 284,288 ----
}
! command result_t DataStore.debugPrintDataStore() {return SUCCESS;}
}
Index: DataStoreSTM25PM.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/harvard/spaulding/src/dataStore/DataStoreSTM25PM.nc,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** DataStoreSTM25PM.nc 22 Aug 2007 00:43:53 -0000 1.1.1.1
--- DataStoreSTM25PM.nc 6 Feb 2008 20:48:50 -0000 1.2
***************
*** 122,125 ****
--- 122,129 ----
return SUCCESS;
}
+
+ // Warning, these need to be implemented. They are stubbed out for now.
+ command result_t DataStore.saveInfo() {return FAIL;}
+ command result_t DataStore.reset() {return FAIL;}
command result_t DataStore.init()
More information about the Tinyos-contrib-commits
mailing list