📄 sleep enter execs
字号:
// assigns the unique state number and writes the sleep status to the sleep statistic handeler for graphing purposes
#ifndef OPD_NO_DEBUG
if ((op_sim_time() > wsn_test_time) && (my_address == wsn_test_address || my_address == wsn_test_address_2) )
printf("Node <%d> entering/reentering Sleep at time %e \n", my_address, op_sim_time());
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -