⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dipestimates.nc

📁 tinyos-2.x.rar
💻 NC
字号:

#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);
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -