bursty_source.state variables

来自「opnet网络仿真」· STATE VARIABLES 代码 · 共 52 行

STATE VARIABLES
52
字号
/* 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 + =
减小字号Ctrl + -
显示快捷键?