⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 vxworks官方下载的demo源代码
💻
字号:
     This directory includes a set of scripts which will add event pointsto the network stack for use with the WindView visualization tool. Eachscript is executed from the Tornado Shell. Executing the commands in the WvNetSetup.scp file alters the options of the network task to enablethe use of event points. Similarly, executing the WvNetCleanup.scp file willrestore the original settings.     The remaining script files will set event points for particular components of the network stack as follows:		Script File			Component		-----------			---------		MuxEventSet.scp			MUX interface                RouteEventSet.scp		Routing library                NetBufEventSet.scp		Network pool manager		IpEventSet.scp			IP network protocol		UdpEventSet.scp			UDP transport protocol		TcpEventSet.scp			TCP transport protocol		BsdSockEventSet.scp		BSD sockets API     Each of these scripts should only be executed if the correspondingstack component is actually present. In addition, the IpEventSet.scp filecontains commands to add event points for three optional routines in the ICMP and IGMP network protocols (icmpErrorHook, igmpJoinGrpHook, andigmpLeaveGrpHook). If any of those routines are installed, the commment markpreceding the associated command may be removed to allow recording of theevent.      The events in these scripts are assigned the first 51 user eventidentifiers (user events 0 - 50, inclusive). The eventlist.text filelists the event identifiers assigned to each of the monitored functionsin the network stack. A similar listing is contained in the eventlist.psfile, which includes the user-defined icons for each event. These iconscan be made available to WindView either by copying the files to the WindView resources directory or by setting the WV_USER_ICONS environment variable appropriately. For complete instructions on using these icons, see the WindView User's Guide.

⌨️ 快捷键说明

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