init enter execs
来自「opnet网络仿真」· 代码 · 共 14 行
TXT
14 行
/* Initialize the traffic generation parameters. */
bursty_source_sv_init ();
/* Schedule the first OFF-period scheduling by setting */
/* a self-interrupt for the start time. If the start */
/* time is set to "Infinity", then there is no need to */
/* to schedule an interrupt as this node has been set */
/* will not generate any traffic. */
if (start_time >= 0.0)
{
op_intrpt_schedule_self (op_sim_time () + start_time, 0);
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?