init enter execs

来自「opnet无线网络编程」· 代码 · 共 8 行

TXT
8
字号
/* Initialization of the process model.				*/  
/* All the attributes are loaded in this routine	*/
wlan_mac_sv_init (); 

/* Schedule a self interrupt to wait for mac interface 	*/
/* to move to next state after registering				*/
op_intrpt_schedule_self (op_sim_time (), 0);

⌨️ 快捷键说明

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