scan enter execs
来自「opnet无线网络编程」· 代码 · 共 11 行
TXT
11 行
state = WSN_SCAN;
#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> in Scan at time %e \n", my_address, op_sim_time());
#endif
/* Unlock the mutex that serializes accessing the roaming */
/* related information of this MAC. */
op_prg_mt_mutex_unlock (roam_state_ptr->roam_info_mutex);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?