📄 ultrasoundcontrol.nc
字号:
/* * Cricket Ultrasound Control interface for TOSSIM * David Moore <dcm@csail.mit.edu> */interface UltrasoundControl{ async command result_t StartDetector(uint16_t timeout); async command result_t StopDetector(); async event result_t PulseDetected(uint16_t timer_val); async event result_t DetectorTimeout(); async command result_t SendPulse();}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -