📄 bursty_source.state variables
字号:
/* Process ID display string */
char \pid_string [64];
/* Determines whether the simulation is in debug mode */
Boolean \debug_mode;
/* Stop time for traffic generation */
double \stop_time;
/* Time at which the process will enter the OFF state */
double \off_state_start_time;
/* Statistic handle to the "Packet Generation Status" statistic */
Stathandle \pksize_stathandle;
/* On state distribution handle */
OmsT_Dist_Handle \on_state_dist_handle;
/* Off state distribution handle */
OmsT_Dist_Handle \off_state_dist_handle;
/* Interarrival time distribution handle */
OmsT_Dist_Handle \intarrvl_time_dist_handle;
/* Packet size distribution handle */
OmsT_Dist_Handle \packet_size_dist_handle;
/* Start time for traffic generation */
double \start_time;
Stathandle \bits_sent_stathandle;
Stathandle \bitssec_sent_stathandle;
Stathandle \pkts_sent_stathandle;
Stathandle \pktssec_sent_stathandle;
Stathandle \bits_sent_gstathandle;
Stathandle \bitssec_sent_gstathandle;
Stathandle \pkts_sent_gstathandle;
Stathandle \pktssec_sent_gstathandle;
/* Size using which segmentation will occur. */
int \segmentation_size;
Sbhandle \segmentation_buf_handle;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -