wlan_wsn_mac_interface_31jan06.state variables

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

STATE VARIABLES
30
字号
/* Object identifier of the surrounding module.	 */
Objid	\my_objid;

/* Object identifier of the surrounding node.	 */
Objid	\my_node_objid;

/* Stream index of the packet stream coming from MAC. */
int	\instrm_from_mac;

/* Stream index of the packet stream going to MAC. */
int	\outstrm_to_mac;

/* Destination MAC address to which data should be sent. */
/* When set to "Random", the packet can be sent to any   */
/* destination except the surrounding node.              */
int	\destination_address;

/* Auto-address assignment handle. Used while      */
/* auto-address and destination address selection. */
OmsT_Aa_Address_Handle	\oms_aa_handle;

/* Element address of the associated MAC. */
int	\mac_address;

/* Interface control information needed to indicate */
/* to the MAC of the destination to which packet    */
/* needs to be sent.                                */
Ici*	\wlan_mac_req_iciptr;

⌨️ 快捷键说明

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