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

📄 usrwvtsfsuploadpath.c

📁 IXP425的BSP代码
💻 C
字号:
/* usrWvTsfsUploadPath.c - configuration file for Windview Tsfs upload path *//* Copyright 1997 Wind River Systems, Inc. *//*modification history--------------------01b,30sep98,pr   added changes as in usrWvFileUploadPath.c01a,13may98,pr   written*//*DESCRIPTION*/extern FUNCPTR _func_wvOnUploadPathCreate;extern FUNCPTR _func_wvOnUploadPathClose;extern int wvArgHtons;extern char * wvLogMsgString1;extern char * wvLogMsgString2;VOID usrWvTsfsUploadPathInit ()    {    _func_wvOnUploadPathCreate = (FUNCPTR) tsfsUploadPathCreate;    _func_wvOnUploadPathClose = (FUNCPTR) tsfsUploadPathClose;     wvArgHtons = 1;    wvLogMsgString1 = "ip=";    wvLogMsgString2 = "port=";    tsfsUploadPathLibInit ();    }

⌨️ 快捷键说明

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