collectiondebug.nc

来自「tinyos-2.0源代码!转载而已!要的尽管拿!」· NC 代码 · 共 8 行

NC
8
字号
interface CollectionDebug {    command error_t logEvent(uint8_t type);    command error_t logEventMsg(uint8_t type, uint16_t msg, am_addr_t origin, am_addr_t node);    command error_t logEventRoute(uint8_t type, am_addr_t parent, uint8_t hopcount, uint16_t metric);    command error_t logEventSimple(uint8_t type, uint16_t arg);    command error_t logEventDbg(uint8_t type, uint16_t arg1, uint16_t arg2, uint16_t arg3);}

⌨️ 快捷键说明

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