marzullolib.nc

来自「主要用于无线传感网络的编写的书籍.对于初学者有着很大的用处」· NC 代码 · 共 18 行

NC
18
字号
/* Marzullolib for wiring *//* Written by Kin Sun Ho (ksho@cse) *//* Last Modified: 06 Septembber 2005 */includes Sasha;interface Marzullolib{  // add mtoe to the CLNN structure  command result_t add_mote(Cluster_Msg *pt);  // do Marzullo when MTimer timeouts  command uint8_t doMarzullo();  // get result when Marzullo has been done  command Cluster_Msg * getfinal(Cluster_Msg *pt);  // reset the whole Marzullo Application  command result_t reset();}

⌨️ 快捷键说明

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