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

📄 ultrasoundcontrol.nc

📁 无线传感器网络中的节点定位算法。详见ReadMe文件。在TinyOS上实现的节点定位算法。
💻 NC
字号:
/** * Cricket v2 Ultrasound Control interface. * @author David Moore */interface UltrasoundControl{    async command result_t StartDetector(uint16_t timeout);    async command result_t StopDetector();    async event result_t PulseDetected(uint16_t time);    async event result_t DetectorTimeout();    command result_t SetGain(uint8_t val);    async command result_t SendPulse();}

⌨️ 快捷键说明

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