TODO: defaults.R + complete parallel launch tasks in main.R
[epclust.git] / code / draft_R_pkg / R / defaults.R
index 7880ddd..4205745 100644 (file)
@@ -1,4 +1,11 @@
 #TODO: ascii format (default) (+ binary format?)
-writeTmp(curves [uncompressed coeffs, limited number - nbSeriesPerChunk], last=FALSE) #if last=TRUE, close the conn
-readTmp(..., from index, n curves) #careful: connection must remain open
+defaultWriteTmp = function(curves [uncompressed coeffs, limited number - nbSeriesPerChunk], last=FALSE)
+{
+       #if last=TRUE, close the conn (??)
+}
 
+#careful: connection must remain open
+defaultReadTmp = function(start, n)
+{
+       
+}