📄 wlan_wsn_mac_interface_31jan06.state variables
字号:
/* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -