锘??xml version="1.0" encoding="utf-8" standalone="yes"?>亚洲女女女同性video,欧美精品亚洲,国产精品网站在线播放http://m.shnenglu.com/amazon/category/10586.htmlzh-cnMon, 03 Oct 2011 03:50:06 GMTMon, 03 Oct 2011 03:50:06 GMT60淇敼wlan_propdel綆¢亾紼嬪簭璋冩暣鏃犵嚎閫氫俊鍗婂緞http://m.shnenglu.com/amazon/archive/2010/05/28/116580.html榪滈榪滈Fri, 28 May 2010 03:07:00 GMThttp://m.shnenglu.com/amazon/archive/2010/05/28/116580.htmlhttp://m.shnenglu.com/amazon/comments/116580.htmlhttp://m.shnenglu.com/amazon/archive/2010/05/28/116580.html#Feedback0http://m.shnenglu.com/amazon/comments/commentRss/116580.htmlhttp://m.shnenglu.com/amazon/services/trackbacks/116580.html 絎竴姝ワ紝鍦╳lan_mac榪涚▼妯″瀷涓紝娣誨姞Simulation Attributes -> Wireless LAN Range (meters) 灞炴э紝綾誨瀷涓篿nteger錛岀己鐪佸間負300銆?br> 絎簩姝ワ紝鏀瑰姩wlan_propdel綆¢亾紼嬪簭銆備互鏌愪竴鐗堟湰鐨勮紼嬪簭涓轟緥錛?br>涔嬪墠鐨勶細
#include <opnet.h> /**//***** constants *****/ /**//* propagation velocity of radio signal (m/s) */ #define PROP_VELOCITY 3.0E+08 /**//* The variable defining a maximum range across which the station can communicate (meters) */ staticdouble wlan_max_distance = OPC_DBL_INFINITY; /**//***** pipeline procedure *****/ #if defined (__cplusplus) extern"C" #endif void Zhou_wlan_propdel (pkptr) Packet* pkptr; { double start_prop_delay, end_prop_delay; double start_prop_distance, end_prop_distance; // Compute the propagation delay separating the // radio transmitter from the radio receiver. FIN (wlan_propdel (pkptr)); // Get the start distance between transmitter and receiver. start_prop_distance = op_td_get_dbl (pkptr, OPC_TDA_RA_START_DIST); // Get the end distance between transmitter and receiver. end_prop_distance = op_td_get_dbl (pkptr, OPC_TDA_RA_END_DIST); // Compute propagation delay to start of reception. start_prop_delay = start_prop_distance / PROP_VELOCITY; // Compute propagation delay to end of reception. end_prop_delay = end_prop_distance / PROP_VELOCITY; // If the maximum transmission range of the station is not already set // then extract it from the user defined simulation attribute. if (wlan_max_distance == OPC_DBL_INFINITY) { if (op_ima_sim_attr_exists ("Wireless LAN Range (meters)") == OPC_TRUE) { op_ima_sim_attr_get (OPC_IMA_DOUBLE, "Wireless LAN Range (meters)", &wlan_max_distance); } //printf ("wlan_max_distance is %f \n", wlan_max_distance); } // If the starting and ending propagation distance is more than the maximum transmission // range then discard the packet in the pipeline stage. This will model the physical // transmission boundary of a wireless station. if (end_prop_distance > wlan_max_distance || start_prop_distance > wlan_max_distance) { // Discard the packet if the destination is more than the specified range op_td_set_int (pkptr, OPC_TDA_RA_MATCH_STATUS, OPC_TDA_RA_MATCH_IGNORE); } // Place both propagation delays in packet transmission data attributes. op_td_set_dbl (pkptr, OPC_TDA_RA_START_PROPDEL, start_prop_delay); op_td_set_dbl (pkptr, OPC_TDA_RA_END_PROPDEL, end_prop_delay); FOUT; }
#include <opnet.h> /**//***** constants *****/ /**//* propagation velocity of radio signal (m/s) */ #define PROP_VELOCITY 3.0E+08 /**//* The variable defining a maximum range across which the station can communicate (meters) */ staticdouble wlan_max_distance = OPC_DBL_INFINITY; /**//***** pipeline procedure *****/ #if defined (__cplusplus) extern"C" #endif void wlan_propdel (pkptr) Packet* pkptr; { double start_prop_delay, end_prop_delay; double start_prop_distance, end_prop_distance; // Compute the propagation delay separating the // radio transmitter from the radio receiver. FIN (wlan_propdel (pkptr)); // Get the start distance between transmitter and receiver. start_prop_distance = op_td_get_dbl (pkptr, OPC_TDA_RA_START_DIST); // Get the end distance between transmitter and receiver. end_prop_distance = op_td_get_dbl (pkptr, OPC_TDA_RA_END_DIST); // Compute propagation delay to start of reception. start_prop_delay = start_prop_distance / PROP_VELOCITY; // Compute propagation delay to end of reception. end_prop_delay = end_prop_distance / PROP_VELOCITY; // If the maximum transmission range of the station is not already set // then extract it from the user defined simulation attribute. if (wlan_max_distance == OPC_DBL_INFINITY) { if (op_ima_sim_attr_exists ("Wireless LAN Range (meters)") == OPC_TRUE) { op_ima_sim_attr_get (OPC_IMA_DOUBLE, "Wireless LAN Range (meters)", &wlan_max_distance); } //printf ("wlan_max_distance is %f \n", wlan_max_distance); } // If the starting and ending propagation distance is more than the maximum transmission // range then discard the packet in the pipeline stage. This will model the physical // transmission boundary of a wireless station. if (end_prop_distance > wlan_max_distance || start_prop_distance > wlan_max_distance) { // Discard the packet if the destination is more than the specified range op_td_set_int (pkptr, OPC_TDA_RA_MATCH_STATUS, OPC_TDA_RA_MATCH_IGNORE); } // Place both propagation delays in packet transmission data attributes. op_td_set_dbl (pkptr, OPC_TDA_RA_START_PROPDEL, start_prop_delay); op_td_set_dbl (pkptr, OPC_TDA_RA_END_PROPDEL, end_prop_delay); FOUT; }
]]>瀹氫箟Wireless LAN Range (meters)浠跨湡灞炴?/title>http://m.shnenglu.com/amazon/archive/2010/01/26/106459.html榪滈榪滈Tue, 26 Jan 2010 05:41:00 GMThttp://m.shnenglu.com/amazon/archive/2010/01/26/106459.htmlhttp://m.shnenglu.com/amazon/comments/106459.htmlhttp://m.shnenglu.com/amazon/archive/2010/01/26/106459.html#Feedback0http://m.shnenglu.com/amazon/comments/commentRss/106459.htmlhttp://m.shnenglu.com/amazon/services/trackbacks/106459.html
/* If the maximum transmission range of the station is not already set then extract */ /* it from the user defined simulation attribute. */ if (wlan_max_distance == OPC_DBL_INFINITY) { if (op_ima_sim_attr_exists ("Wireless LAN Range (meters)") == OPC_TRUE) { op_ima_sim_attr_get (OPC_IMA_DOUBLE, "Wireless LAN Range (meters)", &wlan_max_distance); } } /* If the starting and ending propagation distance is more than the maximum transmission */ /* range then discard the packet in the pipeline stage. This will model the physical */ /* transmission boundary of a wireless station. */ if (end_prop_distance > wlan_max_distance || start_prop_distance > wlan_max_distance) { op_td_set_int (pkptr, OPC_TDA_RA_MATCH_STATUS, OPC_TDA_RA_MATCH_IGNORE); }
璇ユ浠g爜鐨勪綔鐢ㄥ湪浜庯細褰搘lan_max_distance鍙橀噺鏈叿浣撳畾涔夋椂錛屽鏋淲ireless LAN Range (meters)灞炴у湪浠跨湡灞炴т腑瀹氫箟浜嗭紝閭d箞灝嗚灞炴х殑鍊間綔涓烘渶澶х殑鏃犵嚎浼犺緭鍗婂緞錛岃秴榪囪浼犺緭鍗婂緞鐨勬暟鎹寘閫氶氫涪寮冦?br>
]]>"Output stream index (0) is unoccupied"閿欒澶勭悊http://m.shnenglu.com/amazon/archive/2009/06/13/87575.html榪滈榪滈Sat, 13 Jun 2009 06:10:00 GMThttp://m.shnenglu.com/amazon/archive/2009/06/13/87575.htmlhttp://m.shnenglu.com/amazon/comments/87575.htmlhttp://m.shnenglu.com/amazon/archive/2009/06/13/87575.html#Feedback0http://m.shnenglu.com/amazon/comments/commentRss/87575.htmlhttp://m.shnenglu.com/amazon/services/trackbacks/87575.html 1.娌℃湁0鍙瘋緭鍑烘祦錛屾鏃舵垨鑰呬慨鏀硅繘紼嬩唬鐮佷腑鐨勯敊璇紝鎴栬呮坊鍔犳ā鍧?鍙瘋緭鍑烘祦鍗沖彲銆?br>2.鏈?鍙瘋緭鍑烘祦浣嗘槸渚濈劧鎶ラ敊錛岄偅涔堝緩璁噸鏂板竷綰褲?br>3.閲嶆柊甯冪嚎渚濈劧閿欒錛岄偅灝辨壘涓婂笣鍚?#8230;…
]]>wlan_mac_intf灞?Current event is not a stream or access interrupt"閿欒澶勭悊http://m.shnenglu.com/amazon/archive/2009/06/10/87324.html榪滈榪滈Wed, 10 Jun 2009 07:40:00 GMThttp://m.shnenglu.com/amazon/archive/2009/06/10/87324.htmlhttp://m.shnenglu.com/amazon/comments/87324.htmlhttp://m.shnenglu.com/amazon/archive/2009/06/10/87324.html#Feedback0http://m.shnenglu.com/amazon/comments/commentRss/87324.htmlhttp://m.shnenglu.com/amazon/services/trackbacks/87324.html鍦╝d hoc緗戠粶浠跨湡涓嬌鐢╯rc / routing / wlan_mac_intf / wlan_mac灞傛鐨勮妭鐐規ā鍨嬶紝浠跨湡鏃跺嚭鐜板涓嬮敊璇細
<<< Recoverable Error >>> * Time: 15:12:26 ÐÇÆÚÈý ÁùÔÂ 10 * Product: modeler * Program: op_runsim (Version 8.1.A PL8 Build 1575) * System: Windows NT 5.1 Build 2600 * Package: process (Bestsink_wlan_mac_intf_test) at module (top.Office Network.ap_1.wlan_mac_intf) * Function: Bestsink_wlan_mac_intf_test () [idle exit execs] * Error: Current event is not a stream or access interrupt. T (0), EV (194), MOD (top.Office Network.ap_1.wlan_mac_intf)
鍒嗘瀽錛?br>閫氳繃debugger鏌ョ湅寰楃煡stream interrupt騫朵笉鍦‥V(194)澶勶紝鑰屾槸鏇撮潬鍚庣殑浜嬩歡錛屼絾鍦ㄤ豢鐪熷埌EV(194)澶勫氨瑕佽鍙杝tream涓婄殑鍖咃紝浠庤屽鑷?#8220;Current event is not a stream or access interrupt”鐨勯敊璇?br> 鏌ユ壘鍘熷洜錛?br>鐢盩(0)鍙煡閿欒鍑虹幇鍦ㄤ豢鐪熷紑濮嬫椂錛屾鏃墮櫎浜唖rc妯″潡澶杛outing / wlan_mac_intf / wlan_mac鍧囨棤鏁版嵁鍖呭彂閫佺殑鍔ㄤ綔錛屾墍浠ユ殏瀹氶敊璇嚭鐜扮殑鍘熷洜鏄痵rc妯″潡鍦?.0s鏃跺彂鍖咃紝姝ゆ椂wlan_mac_intf妯″潡鐨勫垵濮嬪寲灝氭湭瀹屾瘯錛屼粠鑰屽鑷翠簨浠跺簭鍒楃殑娣蜂貢銆?br> 綰犻敊鏂規硶錛?br>灝唖rc妯″潡鐨勫彂鍖卻tart time瀹氫負10.0s錛岄伩鍏嶅叾浠栨ā鍧楁湭鍒濆鍖栧畬姣曠殑灝村艾灞闈€傚疄楠岃瘉鏄庢柟娉曟湁鏁堛?br> 鎬葷粨錛?br>src妯″潡鐨剆tart time緙虹渷鍊煎氨鏄?0.0s錛屾湰浜烘搮鍋氫富寮犳敼鎴?.0s錛岀粨鏋滃嚭鐜伴敊璇傜湅鏉ヨ繕鏄皬蹇冧負涓婏紝涓嶇劧鍊掗湁鐨勬槸鑷繁……