wdbUdpSockLib.h
资源名称:ixp425BSP.rar [点击查看]
上传用户:luoyougen
上传日期:2008-05-12
资源大小:23136k
文件大小:1k
源码类别:
VxWorks
开发平台:
C/C++
- /* wdbUdpSockLib.h - header file for remote debug agents UDP library */
- /* Copyright 1984-2002 Wind River Systems, Inc. */
- /*
- modification history
- --------------------
- 01c,25apr02,jhw Added C++ support (SPR 76304).
- 01b,05apr95,ms new data types.
- 01a,08mar95,ms written.
- */
- #ifndef __INCwdbUdpSockLibh
- #define __INCwdbUdpSockLibh
- #ifdef __cplusplus
- extern "C" {
- #endif
- /* includes */
- #include "wdb/wdbCommIfLib.h"
- /* function prototypes */
- #if defined(__STDC__)
- extern STATUS wdbUdpSockIfInit (WDB_COMM_IF *pCommIf);
- #else /* __STDC__ */
- extern STATUS wdbUdpSockIfInit ();
- #endif /* __STDC__ */
- #ifdef __cplusplus
- }
- #endif
- #endif /* __INCwdbUdpSockLibh */