]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/net/dip/interfaces/DIPEstimates.nc
Changed DIP to Dip
[tinyos-2.x.git] / tos / lib / net / dip / interfaces / DIPEstimates.nc
diff --git a/tos/lib/net/dip/interfaces/DIPEstimates.nc b/tos/lib/net/dip/interfaces/DIPEstimates.nc
deleted file mode 100644 (file)
index 512c5bf..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-
-#include <DIP.h>
-
-interface DIPEstimates {
-  command dip_estimate_t* getEstimates();
-  command void decEstimateByIndex(dip_index_t i);
-  command void decEstimateByKey(dip_key_t key);
-  command dip_hashlen_t estimateToHashlength(dip_estimate_t est);
-  command dip_estimate_t hashlengthToEstimate(dip_hashlen_t len);
-  // special event to reset trickle timer too
-  command void setDataEstimate(dip_key_t key);
-  command void setVectorEstimate(dip_key_t key);
-  command void setSummaryEstimateByIndex(dip_index_t ind,
-                                        dip_estimate_t est);
-}