?? 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 + -