📄 usrwv.c
字号:
/* usrWv.c - windview configuration library *//* Copyright 1984-1997 Wind River Systems, Inc. *//*modification history--------------------01a,03jun98,ms written*//*DESCRIPTIONWindview initialization code.*//* globals */char * bufferAddress; /* windview: address of event buffer *//******************************************************************************** usrWvInit - initialize windview*/void usrWvInit (void) { /* initialize WindView host target connection */ connRtnSet (evtSockInit, evtSockClose, evtSockError, evtSockDataTransfer); /* set the characteristics of the event task - tEvtTask */ wvEvtTaskInit (WV_EVT_STACK, WV_EVT_PRIORITY); /* initialize windview instrumentation buffers and tasks */ bufferAddress = wvInstInit (EVTBUFFER_ADDRESS, EVTBUFFER_SIZE, WV_MODE); }
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -