📄 off enter execs
字号:
/* Determine the time for which the process remains in */
/* the "OFF" (inactive) state. This is determined by */
/* the distribution loaded to characterize the "OFF" */
/* state duration (i.e., time for which the source */
/* does not generate any packets. */
off_period = oms_dist_outcome (off_state_dist_handle);
/* Schedule a self-interrupt to transit to the "ON" */
/* when the "OFF" state duration expires. */
if (op_sim_time () + off_period < stop_time)
op_intrpt_schedule_self (op_sim_time () + off_period, OFF_TO_ON);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -